Module Name:    src
Committed By:   wiz
Date:           Tue Jul 14 08:24:15 UTC 2009

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

Log Message:
New sentence, new line; remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/usr.sbin/inetd/inetd.8:1.52
--- src/usr.sbin/inetd/inetd.8:1.51	Tue Jul 14 07:43:16 2009
+++ src/usr.sbin/inetd/inetd.8	Tue Jul 14 08:24:15 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inetd.8,v 1.51 2009/07/14 07:43:16 dholland Exp $
+.\"	$NetBSD: inetd.8,v 1.52 2009/07/14 08:24:15 wiz Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -213,7 +213,8 @@
 Optionally, an
 .Xr accept_filter 9
 can be specified by appending a colon to the socket-type, followed by
-the name of the desired accept filter.  In this case
+the name of the desired accept filter.
+In this case
 .Nm
 will not see new connections for the specified service until the accept
 filter decides they are ready to be handled.
@@ -494,7 +495,7 @@
 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 
+.Pa /etc/inetd.conf
 using
 .Dq tcp4
 and

Reply via email to