diff options
author | pb <pb@FreeBSD.org> | 2002-03-25 10:45:28 +0000 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2002-03-25 10:45:28 +0000 |
commit | 583a5ab329725a1b59155d11e9be3f3c24e6643f (patch) | |
tree | a532f1e528d86e7e20bd447c1dc821f7e061dd42 /sbin/reboot | |
parent | 37ae60983d7f0be60fc44c588994df048da43884 (diff) | |
download | FreeBSD-src-583a5ab329725a1b59155d11e9be3f3c24e6643f.zip FreeBSD-src-583a5ab329725a1b59155d11e9be3f3c24e6643f.tar.gz |
Add forgotten flag in flag lists.
PR: docs/36267 (partial)
Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>
Diffstat (limited to 'sbin/reboot')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 3521fd0..ae5082b 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -118,7 +118,7 @@ the listing will be of the relevant subdirectory.) .Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part ) .Sm on .Ar filename -.Op Fl aCcDdghmPprsv +.Op Fl aCcDdghmnPprsv .Xc Specify boot file and flags. .Bl -tag -width indent @@ -174,7 +174,7 @@ The pathname of the file to boot (relative to the root directory on the specified partition). Defaults to .Pa /kernel . Symbolic links are not supported (hard links are). -.It Fl aCcDdghmPprsv +.It Fl aCcDdghmnPprsv Boot flags: .Pp .Bl -tag -width "-CXX" -compact |