diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-05 06:56:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-05 06:56:36 +0000 |
commit | 557d4b66188dcf8a001d67d63ea2751e20958167 (patch) | |
tree | 2e8442f63553e378f761946f6be72cfcd8ce5119 /contrib | |
parent | 4411ac3da1f44e7bc30b9a8a41329e1e6ab57464 (diff) | |
download | FreeBSD-src-557d4b66188dcf8a001d67d63ea2751e20958167.zip FreeBSD-src-557d4b66188dcf8a001d67d63ea2751e20958167.tar.gz |
More sorting of references.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/amd/amq/pawd.1 | 6 | ||||
-rw-r--r-- | contrib/amd/fixmount/fixmount.8 | 6 | ||||
-rw-r--r-- | contrib/amd/hlfsd/hlfsd.8 | 13 | ||||
-rw-r--r-- | contrib/amd/scripts/amd.conf.5 | 5 |
4 files changed, 14 insertions, 16 deletions
diff --git a/contrib/amd/amq/pawd.1 b/contrib/amd/amq/pawd.1 index d047372..c9cde87 100644 --- a/contrib/amd/amq/pawd.1 +++ b/contrib/amd/amq/pawd.1 @@ -38,7 +38,7 @@ .\" .\" %W% (Berkeley) %G% .\" -.\" $Id: pawd.1,v 5.2.2.1 1992/02/09 15:11:15 jsp beta $ +.\" $Id: pawd.1,v 1.1.1.1 1998/08/23 22:07:20 obrien Exp $ .\" .TH PAWD 1 "6 Jan 1998" .SH NAME @@ -67,6 +67,6 @@ will print the automounter adjusted current working directory. With any number of arguments, it will print the adjusted path of each one of the arguments. .SH "SEE ALSO" +.BR pwd (1), .BR amd (8), -.BR amq (8), -.BR pwd (1). +.BR amq (8). diff --git a/contrib/amd/fixmount/fixmount.8 b/contrib/amd/fixmount/fixmount.8 index f9a87f0..c99a458 100644 --- a/contrib/amd/fixmount/fixmount.8 +++ b/contrib/amd/fixmount/fixmount.8 @@ -38,7 +38,7 @@ .\" .\" %W% (Berkeley) %G% .\" -.\" $Id: fixmount.8,v 5.2.2.1 1992/02/09 15:11:15 jsp beta $ +.\" $Id: fixmount.8,v 1.1.1.1 1998/08/23 22:07:20 obrien Exp $ .\" .TH FIXMOUNT 8L "26 Feb 1993" .SH NAME @@ -120,10 +120,10 @@ List of current mounts. Backup file for remote mount entries on NFS server. .PD .SH "SEE ALSO" -.BR showmount (8), .BR mtab (5), .BR rmtab (5), -.BR mountd (8C). +.BR mountd (8), +.BR showmount (8). .SH BUGS No attempt is made to verify the information in .B /etc/mtab diff --git a/contrib/amd/hlfsd/hlfsd.8 b/contrib/amd/hlfsd/hlfsd.8 index ecc7e3a..cdd44fc 100644 --- a/contrib/amd/hlfsd/hlfsd.8 +++ b/contrib/amd/hlfsd/hlfsd.8 @@ -36,7 +36,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: hlfsd.8,v 1.2 1993/09/14 22:29:10 ezk Exp ezk $ +.\" $Id: hlfsd.8,v 1.1.1.1 1998/08/23 22:07:20 obrien Exp $ .\" .\" HLFSD was written at Columbia University Computer Science Department, by .\" Erez Zadok <ezk@cs.columbia.edu> and Alexander Dupuy <dupuy@smarts.com> @@ -286,16 +286,15 @@ symbolic link returned by points if it is unable to verify the that user's home directory is accessible. .SH "SEE ALSO" +.BR mail(1), +.BR getgrent (3), +.BR getpwent (3), +.BR mtab (5), +.BR passwd (5), .BR amd (8), .BR automount (8), .BR cron(8), -.BR getgrent (3), -.BR getpwent (3), -.BR mail(1), -.BR mnttab (4), .BR mount (8), -.BR mtab (5), -.BR passwd (4), .BR sendmail (8), .BR umount (8). .LP diff --git a/contrib/amd/scripts/amd.conf.5 b/contrib/amd/scripts/amd.conf.5 index 611518a..a64323c 100644 --- a/contrib/amd/scripts/amd.conf.5 +++ b/contrib/amd/scripts/amd.conf.5 @@ -38,7 +38,7 @@ .\" .\" %W% (Berkeley) %G% .\" -.\" $Id: amd.conf.5,v 1.1.1.1 1998/08/23 22:07:21 obrien Exp $ +.\" $Id: amd.conf.5,v 1.2 1998/09/02 21:07:47 brian Exp $ .\" .TH AMD.CONF 8 "7 August 1997" .SH NAME @@ -528,8 +528,7 @@ map_name = amd.tftpboot .\" ************************************************************************** .SH "SEE ALSO" .BR amd (8), -.BR amq (8), -.BR ctl-amd (8). +.BR amq (8). .SH AUTHORS Erez Zadok <ezk@cs.columbia.edu>, Department of Computer Science, Columbia University, New York, USA. |