diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-02-05 09:54:11 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-02-05 09:54:11 -0800 |
commit | e1971e4774a6ebb5ed33a09bdd60afa2c0534b6f (patch) | |
tree | f4fc5aaccb4d9dac43ae7a825df9006532c1a059 /biosdevname.1 | |
download | vyatta-biosdevname-e1971e4774a6ebb5ed33a09bdd60afa2c0534b6f.tar.gz vyatta-biosdevname-e1971e4774a6ebb5ed33a09bdd60afa2c0534b6f.zip |
Initial commit.debian/0.1
Diffstat (limited to 'biosdevname.1')
-rw-r--r-- | biosdevname.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/biosdevname.1 b/biosdevname.1 new file mode 100644 index 0000000..7cf4e4d --- /dev/null +++ b/biosdevname.1 @@ -0,0 +1,45 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH BIOSDEVNAME 1 "May 16, 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +biosdevname \- give BIOS-given name of a device +.SH SYNOPSIS +.B biosdevname +.RI [options]\ [args]... +.SH DESCRIPTION +biosdevname in its simplest form takes a kernel device name as an +argument, and returns the BIOS-given name it "should" be. +.SH OPTIONS +.TP +.B \-i, \-\-interface +Treat [args] as ethernet devs +.TP +.B \-d, \-\-debug +Enable debugging +.TP +.B \-n, \-\-nosort +Don't sort the PCI device list breadth-first +.TP +.B \-\-policy \fI[kernelnames|all_ethN|all_names|embedded_ethN_slots_names] +.SH SEE ALSO +.br +http://linux.dell.com/files/biosdevname/ +.SH AUTHOR +biosdevname was written by Matt Domsch <Matt_Domsch@dell.com> +.PP +This manual page was written by Rudy Gevaert <Rudy.Gevaert@UGent.be>, +for the Debian project (but may be used by others). |