Module Name: src
Committed By: wiz
Date: Fri Apr 10 18:15:27 UTC 2009
Modified Files:
src/share/man/man9: accept_filter.9
Log Message:
New sentence, new line. Add RCS Id. Punctuation.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/accept_filter.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/accept_filter.9
diff -u src/share/man/man9/accept_filter.9:1.4 src/share/man/man9/accept_filter.9:1.5
--- src/share/man/man9/accept_filter.9:1.4 Fri Apr 10 15:00:20 2009
+++ src/share/man/man9/accept_filter.9 Fri Apr 10 18:15:26 2009
@@ -1,3 +1,4 @@
+.\" $NetBSD: accept_filter.9,v 1.5 2009/04/10 18:15:26 wiz Exp $
.\"
.\" Copyright (c) 2000 Alfred Perlstein
.\"
@@ -53,9 +54,9 @@
.Fn accept_filt_get "char *name"
.Sh DESCRIPTION
Accept filters allow an application to request
-that the kernel pre-process incoming connections. This manual page describes
-the kernel interface for accept filters. User applications
-request accept filters via the
+that the kernel pre-process incoming connections.
+This manual page describes the kernel interface for accept filters.
+User applications request accept filters via the
.Xr setsockopt 2
system call, passing in an
.Fa optname
@@ -151,9 +152,9 @@
This manual page was written by
.An -nosplit
.An Alfred Perlstein ,
-.An Sheldon Hearn
+.An Sheldon Hearn ,
and
-.An Jeroen Ruigrok van der Werven.
+.An Jeroen Ruigrok van der Werven .
.Pp
The accept filter concept was pioneered by
.An David Filo