diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-03-31 11:37:58 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2009-03-31 11:37:58 +0000 |
commit | 37d1a8117cd212ee9e47bbd4225ba76dece7dad7 (patch) | |
tree | f5817d1780670702c0f92c32bd62de53d68b3d36 /trunk/man/ownership.8 | |
parent | 17cfe3a41998c075991a54a6deace28ba7744ed6 (diff) | |
download | python-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.tar.gz python-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.tar.xz python-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.zip |
Preparing to migrate to GIT.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'trunk/man/ownership.8')
-rw-r--r-- | trunk/man/ownership.8 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/trunk/man/ownership.8 b/trunk/man/ownership.8 new file mode 100644 index 0000000..f24ef94 --- /dev/null +++ b/trunk/man/ownership.8 @@ -0,0 +1,37 @@ +.TH OWNERSHIP 8 "February 2005" "dmidecode" +.SH NAME +ownership \- Compaq ownership tag retriever +.SH SYNOPSIS +.B ownership +.RB [ OPTIONS ] + +.SH DESCRIPTION +.B ownership +retrieves and prints the "ownership tag" that can be set on Compaq +computers. Contrary to all other programs of the +.B dmidecode +package, +.B ownership +doesn't print any version information, nor labels, but only the raw +ownership tag. This should help its integration in scripts. + +.SH OPTIONS +.TP +.BR "-d" ", " "--dev-mem FILE" +Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR) +.TP +.BR "-h" ", " "--help" +Display usage information and exit +.TP +.BR "-V" ", " "--version" +Display the version and exit + +.SH FILES +.I /dev/mem +.SH AUTHOR +Jean Delvare +.SH "SEE ALSO" +.BR biosdecode (8), +.BR dmidecode (8), +.BR mem (4), +.BR vpddecode (8) |