summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man8/pcmcia.8
diff options
context:
space:
mode:
Diffstat (limited to 'static/plan9-4e/man8/pcmcia.8')
-rw-r--r--static/plan9-4e/man8/pcmcia.823
1 files changed, 23 insertions, 0 deletions
diff --git a/static/plan9-4e/man8/pcmcia.8 b/static/plan9-4e/man8/pcmcia.8
new file mode 100644
index 00000000..027a7f99
--- /dev/null
+++ b/static/plan9-4e/man8/pcmcia.8
@@ -0,0 +1,23 @@
+.TH PCMCIA 8
+.SH NAME
+pcmcia \- identify a PCMCIA card
+.SH SYNOPSIS
+.B aux/pcmcia
+[
+.I file
+]
+.SH DESCRIPTION
+.B Aux/pcmcia
+translates the PCMCIA information structure from
+.I file
+(default
+.BR #y/pcm0attr )
+into a readable description and writes it to
+standard output.
+.SH FILES
+.TF #y/pcm0attr
+.TP
+.B #y/pcm0attr
+The attribute memory of the card in the PCMCIA slot.
+.SH SOURCE
+.B /sys/src/cmd/aux/pcmcia.c