Module Name:    src
Committed By:   dholland
Date:           Tue Jul 14 07:43:16 UTC 2009

Modified Files:
        src/usr.sbin/inetd: inetd.8

Log Message:
Fix typo; also do some minor wording adjustments nearby.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/inetd/inetd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/inetd/inetd.8
diff -u src/usr.sbin/inetd/inetd.8:1.50 src/usr.sbin/inetd/inetd.8:1.51
--- src/usr.sbin/inetd/inetd.8:1.50	Thu Aug 28 21:39:08 2008
+++ src/usr.sbin/inetd/inetd.8	Tue Jul 14 07:43:16 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inetd.8,v 1.50 2008/08/28 21:39:08 wiz Exp $
+.\"	$NetBSD: inetd.8,v 1.51 2009/07/14 07:43:16 dholland Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -491,16 +491,18 @@
 .Xr syslog 3
 and terminates itself.
 .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
-.Pa /etc/inetd.conf ,
-for
+If you wish to run a server for both IPv4 and IPv6 traffic,
+you will need to run two separate processes for the same server program,
+specified as two separate lines in
+.Pa /etc/inetd.conf 
+using
 .Dq tcp4
 and
-.Dq tcp6 .
+.Dq tcp6
+respectively.
+Plain
 .Dq tcp
-means TCP on top of currently-default IP version,
+means TCP on top of the current default IP version,
 which is, at this moment, IPv4.
 .Pp
 Under various combination of IPv4/v6 daemon settings,

Reply via email to