diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 18:46:54 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 18:46:54 -0500 |
commit | 42f22b3aa32461423413aaee8335d420cdd484dd (patch) | |
tree | a4a500bf31bd583255a27e4ab8b82e94bdbc80a4 /sysfsutils/systool.1 | |
parent | 78d2728b5b5a50cb72db8d14b46cf86284aea03b (diff) | |
download | NetNuke2-42f22b3aa32461423413aaee8335d420cdd484dd.tar.gz |
Remove sysfsutils directory, no longer required
Diffstat (limited to 'sysfsutils/systool.1')
-rw-r--r-- | sysfsutils/systool.1 | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/sysfsutils/systool.1 b/sysfsutils/systool.1 deleted file mode 100644 index bee2b56..0000000 --- a/sysfsutils/systool.1 +++ /dev/null @@ -1,77 +0,0 @@ -.TH SYSTOOL 1 "October 12, 2003" "Martin Pitt" -.SH NAME -systool \- view system device information by bus, class, and topology - -.SH SYNOPSIS -.B systool -[\fIoptions \fR[\fIdevice\fR]] - -.SH DESCRIPTION -Calling -.B systool -without parameters will present all available bus types, device -classes, and root devices. -.P -When -.I device -is supplied, the information reqested by -.I options -is shown only for the specified device, otherwise all present devices -are displayed. -.P -.B systool -uses APIs provided by -.B libsysfs -to gather information. -.B systool -runs only on Linux systems running kernels 2.5 or later, with the sysfs -filesystem mounted. - -.SH OPTIONS -.TP -.B \-a -Show attributes of the requested resource -.TP -.B \-b \fIbus -Show information for a specific bus -.TP -.B \-c \fIclass -Show information for a specific class -.TP -.B \-d -Show only devices -.TP -.B \-h -Show usage -.TP -.B \-m \fImodule_name -Show information for a specific module -.TP -.B \-p -Show absolute sysfs path to the resource -.TP -.B \-v -Show all attributes with values -.TP -.B \-A \fIattribute -Show attribute value for the requested resource -.TP -.B \-D -Show only drivers -.TP -.B \-P -Show device's parent - -.SH SEE ALSO -.P -The web page of -.B libsysfs -at http://linux\-diag.sourceforge.net/Sysfsutils.html - -.SH AUTHOR -.B systool -was written by Ananth Mavinakayanahalli <ananth@in.ibm.com> and -Daniel Stekloff <dsteklof@us.ibm.com>. -.P -This man page was contributed by Martin Pitt <mpitt@debian.org> for -the Debian GNU/Linux system (but may be used by others). |