diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-06 02:01:10 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-03-06 02:01:10 -0800 |
commit | 4d209bcd49f0c61ac166d2f6a8810b4dcee01841 (patch) | |
tree | 1ff84b609daca36755ad1d45cf52002ff2129d9d /man/ownership.8 | |
download | dmidecode-4d209bcd49f0c61ac166d2f6a8810b4dcee01841.tar.gz dmidecode-4d209bcd49f0c61ac166d2f6a8810b4dcee01841.tar.bz2 dmidecode-4d209bcd49f0c61ac166d2f6a8810b4dcee01841.zip |
Imported Upstream version 2.11upstream/2.11upstream
Diffstat (limited to 'man/ownership.8')
-rw-r--r-- | man/ownership.8 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/man/ownership.8 b/man/ownership.8 new file mode 100644 index 0000000..f24ef94 --- /dev/null +++ b/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) |