diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-15 21:41:55 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-15 21:41:55 +0200 |
| commit | 0f8c8d416d23581538dd5e5127dc71f8f5b3f7e9 (patch) | |
| tree | d5676191167d51b09180b880d82c6f01a8376d94 | |
| parent | 68befdff72202821477a6c2ee7ced18600f92786 (diff) | |
| download | plan9front-0f8c8d416d23581538dd5e5127dc71f8f5b3f7e9.tar.xz | |
manpages
| -rw-r--r-- | sys/man/6/ndb | 2 | ||||
| -rw-r--r-- | sys/man/8/ndb | 2 | ||||
| -rw-r--r-- | sys/man/8/prep | 9 | ||||
| -rw-r--r-- | sys/man/8/vga | 2 |
4 files changed, 3 insertions, 12 deletions
diff --git a/sys/man/6/ndb b/sys/man/6/ndb index 5c43bc1a1..ebefa5000 100644 --- a/sys/man/6/ndb +++ b/sys/man/6/ndb @@ -186,7 +186,7 @@ attribute. .TP .B bootf file to download for initial bootstrap; -.B /386/9pxeload +.B /386/9bootpxe to boot a PC via PXE. .TP .B ipnet diff --git a/sys/man/8/ndb b/sys/man/8/ndb index 699f98ca2..eca273d81 100644 --- a/sys/man/8/ndb +++ b/sys/man/8/ndb @@ -750,7 +750,7 @@ plan9.bell-labs.com ip 204.178.31.2 Print the names of all systems that boot via PXE. .IP .EX -% ndb/query -a bootf /386/9pxeload sys +% ndb/query -a bootf /386/9bootpxe sys .EE .SH FILES .TF /lib/ndb/local.*xxx diff --git a/sys/man/8/prep b/sys/man/8/prep index 33773c96b..41d502694 100644 --- a/sys/man/8/prep +++ b/sys/man/8/prep @@ -696,23 +696,16 @@ disk/format -b /386/pbs -d -r 2 /dev/sdC0/9fat \e /386/9bootfat /386/9pcf /tmp/plan9.ini .EE .SH FILES -.TF /386/mbr.bootmgr .TP .B /386/mbr .TP -.B /386/mbr.bootmgr -self-configuring `smart boot manager' +.B /386/pbs .SH SOURCE .TF /sys/src/cmd/disk/prep .TP .B /sys/src/cmd/disk/prep .TP .B /sys/src/boot/pc -.TP -.B /n/sources/extra/bootmgr.tgz -source for -.BR /386/mbr.bootmgr ; -compilable on (l)unix .SH SEE ALSO .IR floppy (3), .IR sd (3), diff --git a/sys/man/8/vga b/sys/man/8/vga index 9facd81fb..686c142e5 100644 --- a/sys/man/8/vga +++ b/sys/man/8/vga @@ -80,7 +80,6 @@ value. is usually set by including it in the .B plan9.ini file read by the PC boot program. -.IR 9boot (8). .TP .B -p print the current or expected register values at appropriate points depending on @@ -204,7 +203,6 @@ VGA configuration file. .SH SEE ALSO .IR vga (3), .IR vgadb (6), -.IR 9boot (8) .SH BUGS .B Aux/vga makes every effort possible to verify that the mode it is about |
