Fix typo: "an socket" -> "a socket".

Place period at the end of AUTHORS section.

MFC after:	1 week
This commit is contained in:
Jimmy Olgeni 2001-05-27 22:17:46 +00:00
parent 823c224e95
commit 88bc7f853c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77279
2 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@
.Nm options ACCEPT_FILTER_DATA
.Nm kldload accf_data
.Sh DESCRIPTION
This is a filter to be placed on an socket that will be using
This is a filter to be placed on a socket that will be using
.Fn accept
to receive incoming connections.
.Pp
@ -73,4 +73,4 @@ accf_data filter were introduced in
.Fx 4.0 .
.Sh AUTHORS
This manual page and the filter were written by
.An Alfred Perlstein ,
.An Alfred Perlstein .

View file

@ -36,7 +36,7 @@
.Nm options ACCEPT_FILTER_HTTP
.Nm kldload accf_http
.Sh DESCRIPTION
This is a filter to be placed on an socket that will be using
This is a filter to be placed on a socket that will be using
.Fn accept
to receive incoming HTTP connections.
.Pp
@ -94,4 +94,4 @@ accf_http filter were introduced in
.Fx 4.0 .
.Sh AUTHORS
This manual page and the filter were written by
.An Alfred Perlstein ,
.An Alfred Perlstein .