diff options
author | iedowse <iedowse@FreeBSD.org> | 2002-05-28 17:53:52 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2002-05-28 17:53:52 +0000 |
commit | 766d7f4a54efde640dc6decb9da0488cae5631d8 (patch) | |
tree | 5b7800936f75dc4de3243889d83e4b85561ce883 /usr.sbin/boot0cfg | |
parent | 0b8481982efa5a2fbb83aa12204256ce07220437 (diff) | |
download | FreeBSD-src-766d7f4a54efde640dc6decb9da0488cae5631d8.zip FreeBSD-src-766d7f4a54efde640dc6decb9da0488cae5631d8.tar.gz |
Remove references to the update/noupdate flag from the description
and examples of the "-s" option, since these two features operate
completely independently of each other.
Reviewed by: obrien
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.8 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index 93c105b..0937f68 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -132,9 +132,6 @@ Set the default boot selection to .Ar slice . Values between 1 and 4 refer to slices; a value of 5 refers to the option of booting from a second disk. -This would normally be used in conjunction with the -.Sq update -option. .It Fl t Ar ticks Set the timeout value to .Ar ticks . @@ -155,7 +152,7 @@ of the .Nm command to affect the next boot: .Pp -.Dl "boot0cfg -o update -s 2 ad0" +.Dl "boot0cfg -s 2 ad0" .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO |