diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-13 17:34:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-13 17:34:41 +0000 |
commit | aaadc3febf45ff292d15ca0da9ace923293833ed (patch) | |
tree | d07b1482b76432aca003468d90e61f594484fdd7 /share/doc | |
parent | d49a4ab20340009afee5741854fcc2ef8a167471 (diff) |
Update install media generation to the new semantics of the -c flag.
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/smm/01.setup/2.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/smm/01.setup/2.t b/share/doc/smm/01.setup/2.t index da0382e287e..cb62ad19d2a 100644 --- a/share/doc/smm/01.setup/2.t +++ b/share/doc/smm/01.setup/2.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: 2.t,v 1.3 2003/06/02 23:30:11 millert Exp $ +.\" $OpenBSD: 2.t,v 1.4 2007/04/13 17:34:40 millert Exp $ .\" .\" Copyright (c) 1988, 1993 The Regents of the University of California. .\" All rights reserved. @@ -708,7 +708,7 @@ builds a filesystem that SunOS will not handle; if you plan to switch OSes back and forth you may want to sacrifice the performance gain from the new filesystem format for compatibility.) You can build an old-format filesystem on \*(4B by giving the \-O -option to +0 option to .Xr newfs (8). .Xr Fsck (8) can convert old format filesystems to new format |