diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-03 17:46:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-03 17:46:58 +0000 |
commit | 58fa2623cf2a3b8e31f8287a7e6592901912d388 (patch) | |
tree | 8ddd0f97e5091fab98f229c273f7acc1fe782fe5 /usr.sbin | |
parent | cb186fad5ce8762a476e4343afa5bfe03586b93e (diff) |
typos;
ipsecadm(8): examples ho@
help and ok markus@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 11 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 7 |
2 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index e30656b65ac..36f42ea3d0f 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91 -.\" $Id: inetd.8,v 1.21 2003/01/18 23:40:58 deraadt Exp $ +.\" $Id: inetd.8,v 1.22 2003/02/03 17:46:56 jmc Exp $ .\" .Dd March 16, 1991 .Dt INETD 8 @@ -83,7 +83,6 @@ Comments are denoted by a .Dq # at the beginning of a line. -There must be an entry for each field. The fields of the configuration file are as follows: .Pp .Bd -unfilled -offset indent -compact @@ -145,7 +144,7 @@ interpreted in the traditional manner, with all services listened for on all local addresses. .Pp The -.Em service-name +.Em service name entry is the name of a valid service in the file .Pa /etc/services . @@ -168,7 +167,7 @@ A range is bounded by the low version to the high version - .Dq rusers/1-3 . .Pp The -.Em socket-type +.Em socket type should be one of .Dq stream , .Dq dgram , @@ -284,7 +283,7 @@ is specified and user is not root, the supplementary groups associated with that user will still be set. .Pp The -.Em server-program +.Em server program entry should contain the pathname of the program which is to be executed by .Nm inetd @@ -343,7 +342,7 @@ for and .Dq tcp6 . .Pp -Under various combination of IPv4/v6 daemon settings, +Under various combinations of IPv4/v6 daemon settings, .Nm will behave as follows: .Bl -bullet -compact diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 3f5888e7066..77428dddea3 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.18 2002/11/09 02:55:45 fgsch Exp $ +.\" $OpenBSD: iostat.8,v 1.19 2003/02/03 17:46:56 jmc Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -152,14 +152,15 @@ line. .It KB/t Kilobytes transferred per disk transfer .It t/s -transfers per second +Transfers per second .It MB/s Megabytes transferred per second .Pp .El The alternate display format, (selected with .Fl D ) , -presents the following values. +presents the following values: +.Pp .Bl -tag -width indent -compact .It KB Kilobytes transferred |