Module Name: src
Committed By: wiz
Date: Mon Jun 29 08:38:07 UTC 2009
Modified Files:
src/lib/libc/sys: getsockopt.2
Log Message:
Mark up NULL with Dv. Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/getsockopt.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/getsockopt.2
diff -u src/lib/libc/sys/getsockopt.2:1.33 src/lib/libc/sys/getsockopt.2:1.34
--- src/lib/libc/sys/getsockopt.2:1.33 Mon Jun 29 06:22:13 2009
+++ src/lib/libc/sys/getsockopt.2 Mon Jun 29 08:38:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsockopt.2,v 1.33 2009/06/29 06:22:13 plunky Exp $
+.\" $NetBSD: getsockopt.2,v 1.34 2009/06/29 08:38:07 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -94,7 +94,8 @@
the value returned.
If no option value is to be supplied or returned,
.Fa optval
-may be NULL.
+may be
+.Dv NULL .
.Pp
.Fa optname
and any specified options are passed uninterpreted to the appropriate
@@ -365,7 +366,9 @@
to provide additional configuration options at attach time.
Passing in an
.Fa optval
-of NULL will remove the filter.
+of
+.Dv NULL
+will remove the filter.
.Pp
Finally,
.Dv SO_TYPE
@@ -402,7 +405,7 @@
is not in a valid part of the process address space.
.It Bq Er EINVAL
The socket
-.Fa s
+.Fa s
was not suitable for installing an
.Xr accept_filter 9 .
.It Bq Er ENOPROTOOPT