summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-07-11 16:15:29 +0100
committerDominik Brodowski <linux@dominikbrodowski.net>2008-07-11 17:53:27 +0200
commit601ee84e23aaf9b36131effd8dba7d74ba8526d7 (patch)
tree0501d4a3e0b1baa55ff51978b77c42c08c6838a0
parent2a81fcf468c280ce77cb38d90f2acd35bc45559b (diff)
downloadpcmciautils-601ee84e23aaf9b36131effd8dba7d74ba8526d7.tar.gz
document lspcmcia
The pccardctl manual page should document the ls command and the lspcmcia shortcut. Originally reported by Dan Jacobson as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392436. Signed-off-by: Colin Watson <cjwatson@debian.org> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
-rw-r--r--man/man8/pccardctl.817
1 files changed, 16 insertions, 1 deletions
diff --git a/man/man8/pccardctl.8 b/man/man8/pccardctl.8
index 5ad5f6b..1554a0d 100644
--- a/man/man8/pccardctl.8
+++ b/man/man8/pccardctl.8
@@ -4,10 +4,13 @@
.TH PCCARDCTL 8 "2005/10/22" "pcmciautils"
.SH NAME
pccardctl \- PCMCIA card control utility
+.br
+lspcmcia \- display extended PCMCIA debugging information
.SH SYNOPSIS
-\fBpccardctl\fR [\fB-V\fR] \fIcommand\fR [\fIsocket\fR]
+\fBpccardctl\fR [\fB\-V\fR] [\fB\-v ...\fR] \fIcommand\fR [\fIsocket\fR]
.br
+\fBlspcmcia\fR [\fB\-V\fR] [\fB\-v ...\fR] [\fIsocket\fR]
.SH DESCRIPTION
\fBpccardctl\fR is used to monitor and control the state of PCMCIA
@@ -18,6 +21,8 @@ If \fBpccardctl\fR is executed by root, all commands are available. If
it is executed by an unpriviledged user, only the informational
commands are accessible.
.PP
+\fBlspcmcia\fR is an alias for \fBpccardctl ls\fR, provided for convenience.
+.PP
.SH COMMANDS
.TP \w'abcd'u
@@ -39,6 +44,10 @@ Much like the \fBident\fR command, but its output is formatted as a
series of Bourne-stype shell variable definitions for use in scripts.
Not yet implemented for cardbus cards.
.TP
+.B ls
+Display extended debugging information about the PCMCIA sockets and
+devices present in the system.
+.TP
.B suspend
Shut down and then disable power for a socket.
.TP
@@ -57,6 +66,12 @@ Notify all client drivers that this card has just been inserted.
.TP
.B \-V
Show version information and exit.
+.TP
+.B \-v
+Increase the verbosity of the
+.B ls
+command.
+Giving this option twice increases verbosity further.
.SH AUTHOR
Daniel Ritz \- daniel.ritz@gmx.ch