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 /usr.bin | |
parent | a99d074488778215e2aff19346522776907bf1d9 (diff) |
man page fixes; aaron@ug.cs.dal.ca
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/error/error.1 | 4 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
2 files changed, 5 insertions, 5 deletions
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 , |