diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 01:20:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 01:20:27 +0000 |
commit | b7253ab25580c3ade3e0f9b14e52111cda23a6a4 (patch) | |
tree | f04128e8173c1d582b41021a6490d9d2dba38cb0 /sbin/newfs | |
parent | 93a6e10cf261f623435b25f06a399d212cac7fd4 (diff) |
alphabetize SEE ALSO entries and order them numerically according to section
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 926f3dfe485..7de67ac342c 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.9 1998/09/17 04:14:57 aaron Exp $ +.\" $OpenBSD: newfs.8,v 1.10 1998/09/23 01:20:24 aaron Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -286,14 +286,14 @@ man page for possible options and their meanings. .Sh SEE ALSO .Xr disktab 5 , .Xr fs 5 , -.Xr dumpfs 8 , .Xr disklabel 8 , .Xr diskpart 8 , -.Xr fsck 8 , +.Xr dumpfs 8 , .Xr format 8 , +.Xr fsck 8 , +.Xr fsirand 8 , .Xr mount 8 , -.Xr tunefs 8 , -.Xr fsirand 8 +.Xr tunefs 8 .Rs .%A M. McKusick .%A W. Joy |