Module Name:    src
Committed By:   wiz
Date:           Fri Apr 29 09:43:28 UTC 2011

Modified Files:
        src/lib/libc/gen: sysconf.3

Log Message:
Mark up NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/sysconf.3

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/gen/sysconf.3
diff -u src/lib/libc/gen/sysconf.3:1.37 src/lib/libc/gen/sysconf.3:1.38
--- src/lib/libc/gen/sysconf.3:1.37	Mon Mar 22 19:30:54 2010
+++ src/lib/libc/gen/sysconf.3	Fri Apr 29 09:43:28 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysconf.3,v 1.37 2010/03/22 19:30:54 joerg Exp $
+.\"	$NetBSD: sysconf.3,v 1.38 2011/04/29 09:43:28 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -86,7 +86,8 @@
 Return 1 if the File Synchronization Option is available on this system,
 otherwise \-1.
 .It Li _SC_HOST_NAME_MAX
-The maximum size of a hostname, including NULL.
+The maximum size of a hostname, including
+.Dv NULL .
 .It Li _SC_IOV_MAX
 The maximum number of
 .Va iovec
@@ -128,7 +129,8 @@
 .It Li _SC_PAGESIZE
 The size of a system page in bytes.
 .It Li _SC_PASS_MAX
-The maximum length of the password, not counting NULL.
+The maximum length of the password, not counting
+.Dv NULL .
 .It Li _SC_READER_WRITER_LOCKS
 The version of
 .St -p1003.1

Reply via email to