diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-30 22:45:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-30 22:45:18 +0000 |
commit | 79fb2c9237423d72676fca3f2a7a2dc1bcf1c1f2 (patch) | |
tree | 573524b5a290782846058760b059eba4d4827262 /sbin | |
parent | a99d074488778215e2aff19346522776907bf1d9 (diff) |
man page fixes; aaron@ug.cs.dal.ca
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 9d2cda0fb5d..17aafecb99c 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.7 1998/06/15 17:55:46 mickey Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.8 1998/08/30 22:45:14 deraadt Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -136,7 +136,7 @@ For UDP mount points, do not do a .Xr connect 2 . This must be used for servers that do not reply to requests from the standard NFS port number 2049. It may also be required for servers -with more than one IP address (only necesary if replies come from +with more than one IP address (only necessary if replies come from an address other than the one specified in the mount request). .It Fl d Turn off the dynamic retransmit timeout estimator. diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 018adef4ce1..14f16d724ba 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.7 1998/06/15 17:55:53 mickey Exp $ +.\" $OpenBSD: newfs.8,v 1.8 1998/08/30 22:45:12 deraadt Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -129,7 +129,7 @@ and .Nm mount_mfs now have the functionality of .Xr fsirand 8 -built-in so it is not necesary to run +built-in so it is not necessary to run .Xr fsirand 8 manually unless you wish to re-randomize the filesystem (or list the inode generation numbers). |