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 | |
parent | a99d074488778215e2aff19346522776907bf1d9 (diff) |
man page fixes; aaron@ug.cs.dal.ca
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 4 | ||||
-rw-r--r-- | usr.bin/error/error.1 | 4 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
4 files changed, 9 insertions, 9 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). diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index edbe0d49406..64b1582ffdd 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: error.1,v 1.3 1997/02/07 10:17:38 deraadt Exp $ +.\" $OpenBSD: error.1,v 1.4 1998/08/30 22:45:17 deraadt Exp $ .\" $NetBSD: error.1,v 1.3 1995/09/02 06:15:20 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -191,7 +191,7 @@ libraries, and .Pa /usr/libdata/lint/llib-port are discarded, -to prevent accidently touching these libraries. +to prevent accidentally touching these libraries. Again, these error messages are consumed entirely by .Nm error . .It Em nullify diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index a9f235937cf..60454f4bd71 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.6 1998/01/22 23:40:22 deraadt Exp $ +.\" $OpenBSD: fstat.1,v 1.7 1998/08/30 22:45:15 deraadt Exp $ .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -185,7 +185,7 @@ is the socket type (stream, dgram, etc), and the third is the socket flags field (in hex). The remaining fields are protocol dependent. For tcp, it is the address of the tcpcb, and for udp, the inpcb (socket pcb). -For unix domain sockets, its the address of the socket pcb and the address +For unix domain sockets, it's the address of the socket pcb and the address of the connected pcb (if connected). Otherwise the protocol number and address of the socket itself are printed. The attempt is to make enough information available to @@ -219,7 +219,7 @@ of time. Moreover, because DNS resolution and YP lookups cause many of file descriptor changes, .Nm fstat -does not attempt to translate the internet adress and port numbers into +does not attempt to translate the internet address and port numbers into symbolic names. .Sh SEE ALSO .Xr netstat 1 , |