diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 05:44:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 05:44:33 +0000 |
commit | 5a3edb420792308e49bcbd5e615a880dae9e028f (patch) | |
tree | 3eca688321b17e85f8c0eac4ba1eb41d83fb8a31 /sbin | |
parent | d9a57241803a038a2c2513df9e83c64717748070 (diff) |
- No need to repeat the name of a parameter: just use [...].
- Xr reboot(8) in SEE ALSO since it is referenced in the DESCRIPTION.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 6aeadf7fd20..a911e7b595e 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: fsirand.8,v 1.21 2000/11/09 17:52:57 aaron Exp $ +.\" $OpenBSD: fsirand.8,v 1.22 2001/03/11 05:44:32 aaron Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -37,7 +37,7 @@ .Op Fl f .Op Fl p .Ar special -.Op Ar "special ..." +.Op Ar ... .Sh DESCRIPTION The .Nm @@ -94,7 +94,8 @@ of memory for large disks with few cylinder groups. .Sh SEE ALSO .Xr fs 5 , .Xr fsck 8 , -.Xr newfs 8 +.Xr newfs 8 , +.Xr reboot 8 .Sh AUTHOR Todd C. Miller <Todd.Miller@courtesan.com> .Sh HISTORY |