Module Name: src Committed By: jruoho Date: Sun Apr 11 05:40:16 UTC 2010
Modified Files: src/share/man/man9: accf_data.9 accf_http.9 Log Message: Use .Nm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/accf_data.9 cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/accf_http.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/accf_data.9 diff -u src/share/man/man9/accf_data.9:1.3 src/share/man/man9/accf_data.9:1.4 --- src/share/man/man9/accf_data.9:1.3 Mon Mar 9 19:24:32 2009 +++ src/share/man/man9/accf_data.9 Sun Apr 11 05:40:16 2010 @@ -43,7 +43,9 @@ .Fn accept until data arrives on the connection. .Sh EXAMPLES -If the accf_data accept filter is present in the kernel configuration, +If the +.Nm +accept filter is present in the kernel configuration, this will enable the data accept filter on the socket .Fa sok . @@ -60,7 +62,8 @@ .Xr accf_http 9 .Sh HISTORY The accept filter mechanism and the -accf_data filter were introduced in +.Nm +filter were introduced in .Fx 4.0 . They were ported to .Nx Index: src/share/man/man9/accf_http.9 diff -u src/share/man/man9/accf_http.9:1.6 src/share/man/man9/accf_http.9:1.7 --- src/share/man/man9/accf_http.9:1.6 Tue Jul 14 21:40:02 2009 +++ src/share/man/man9/accf_http.9 Sun Apr 11 05:40:16 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: accf_http.9,v 1.6 2009/07/14 21:40:02 wiz Exp $ +.\" $NetBSD: accf_http.9,v 1.7 2010/04/11 05:40:16 jruoho Exp $ .\" .\" Copyright (c) 2000 Alfred Perlstein .\" @@ -90,7 +90,8 @@ .Xr accept_filter 9 .Sh HISTORY The accept filter mechanism and the -accf_http filter were introduced in +.Nm +filter were introduced in .Fx 4.0 . They were ported to .Nx