Mark up NULL.
This commit is contained in:
parent
610b889888
commit
3ecc6ccf87
@ -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 @@ The number of clock ticks per second.
|
||||
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 @@ The maximum number of open files per process.
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user