diff options
author | ru <ru@FreeBSD.org> | 2003-02-23 01:47:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-02-23 01:47:49 +0000 |
commit | 8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b (patch) | |
tree | 2787ed91230b556f29b4112a26671b984d10687f /sbin | |
parent | e69b77263826a0c5856a502fd9be47a75435d65c (diff) | |
download | FreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.zip FreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.tar.gz |
mdoc(7) police: markup laundry.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 9 | ||||
-rw-r--r-- | sbin/dumpfs/dumpfs.8 | 4 | ||||
-rw-r--r-- | sbin/init/init.8 | 6 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 6 |
4 files changed, 15 insertions, 10 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index f26d00e..fb8167c 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -164,7 +164,7 @@ with offset 16 and size 9984. .Pp .Bd -unfilled -offset # disklabel ccd0 > /tmp/disklabel.ccd0 -# disklabel -Rr ccd0 /tmp/disklabel.ccd0 +# disklabel -Rr ccd0 /tmp/disklabel.ccd0 # disklabel -e ccd0 .Ed .Pp @@ -206,8 +206,11 @@ default ccd configuration file The initial disklabel returned by .Xr ccd 4 specifies only 3 partitions. -One needs to change the number of paritions to "8" using `disklabel -e' -to get the usual BSD expectations. +One needs to change the number of paritions to 8 using +.Dq Nm disklabel Fl e +to get the usual +.Bx +expectations. .Sh HISTORY The .Nm diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 6032acd..5259a3b 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -56,9 +56,9 @@ free space percentage. .Pp If .Fl m -is specified, the filesystem is marshalled in terms of a +is specified, the file system is marshalled in terms of a .Xr newfs 8 -command to generate the filesystem. +command to generate the file system. .Sh SEE ALSO .Xr disktab 5 , .Xr fs 5 , diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 029840c..b9e9dc5 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -342,8 +342,10 @@ file A process being started to service a line is exiting quickly each time it is started. This is often caused by a ringing or noisy terminal line. -.Em "Init will sleep for 30 seconds" , -.Em "then continue trying to start the process" . +.Bf -emphasis +Init will sleep for 30 seconds, +then continue trying to start the process. +.Ef .It "some processes would not die; ps axl advised." A process is hung and could not be killed when the system was shutting down. diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c186c2d..57dc0b2 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -40,8 +40,8 @@ .Nd construct a new UFS1/UFS2 file system .Sh SYNOPSIS .Nm -.Op Fl L Ar volname .Op Fl NU +.Op Fl L Ar volname .Op Fl O Ar filesystem-type .Op Fl S Ar sector-size .Op Fl T Ar disktype @@ -81,8 +81,6 @@ has numerous options to allow the defaults to be selectively overridden. .Pp The following options define the general layout policies: .Bl -tag -width indent -.It Fl T Ar disktype -For backward compatibility. .It Fl L Ar volname Add a volume label to the new file system. .It Fl N @@ -92,6 +90,8 @@ without really creating the file system. Use 1 to specify that a UFS1 format file system be built; use 2 to specify that a UFS2 format file system be built. The default is UFS1 format, but will eventually be changed to UFS2. +.It Fl T Ar disktype +For backward compatibility. .It Fl U Enables soft updates on the new file system. .It Fl a Ar maxcontig |