summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-18 23:40:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-18 23:40:59 +0000
commit9aaf15ec718527a783e4ebac19357ea3eb4e523a (patch)
tree8457c57d593c3d3d6cde854b4423b5b4ed3fca54 /usr.sbin
parent8807143002db319427334f087e2da0592e31b2f3 (diff)
more typos; jmc@prioris.mini.pw.edu.pl
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bootpd/bootptab.510
-rw-r--r--usr.sbin/inetd/inetd.88
2 files changed, 11 insertions, 7 deletions
diff --git a/usr.sbin/bootpd/bootptab.5 b/usr.sbin/bootpd/bootptab.5
index 01ada47f8d4..7235fef435e 100644
--- a/usr.sbin/bootpd/bootptab.5
+++ b/usr.sbin/bootpd/bootptab.5
@@ -1,6 +1,6 @@
.\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University
.\"
-.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.6 2001/08/22 01:53:05 brad Exp $
+.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.7 2003/01/18 23:40:58 deraadt Exp $
.\"
.TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University"
.UC 6
@@ -88,9 +88,13 @@ The currently recognized tags are:
.br
sw Swap server address
.br
- tc Table continuation (points to similar "template" host entry)
+ tc Table continuation (points to similar "template"
.br
- td TFTP root directory used by "secure" TFTP servers
+ host entry)
+.br
+ td TFTP root directory used by "secure" TFTP
+.br
+ servers
.br
to Time offset in seconds from UTC
.br
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 3acc64336cb..e30656b65ac 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.20 2002/05/06 22:24:58 millert Exp $
+.\" $Id: inetd.8,v 1.21 2003/01/18 23:40:58 deraadt Exp $
.\"
.Dd March 16, 1991
.Dt INETD 8
@@ -335,8 +335,8 @@ creates a file
that contains its process identifier.
.Ss IPv6 TCP/UDP behavior
If you wish to run a server for IPv4 and IPv6 traffic,
-you'll need to run two separate process for the same server program,
-specified as two separate lines on
+you'll need to run two separate processes for the same server program,
+specified as two separate lines in
.Pa inetd.conf ,
for
.Dq tcp4
@@ -399,6 +399,6 @@ The
command appeared in
.Bx 4.3 .
Support for Sun-RPC
-based services is modeled after that
+based services is modelled after that
provided by SunOS 4.1.
IPv6 support and IPsec hack was made by KAME project, in 1999.