diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 22:38:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 22:38:38 +0000 |
commit | 433594a7d76d560485c3bdb52ab87c64b008e168 (patch) | |
tree | 5345f18b21ad05187d084366eb8668da984821da /lib/libc/gen/confstr.3 | |
parent | e995764d51674c3bfd0717fdfbf24af85952e88e (diff) |
repairs; go back over some old files, because we should properly distinguish
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when
referring to an ASCII NUL
Diffstat (limited to 'lib/libc/gen/confstr.3')
-rw-r--r-- | lib/libc/gen/confstr.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index 4c79893c58d..e3e1453dfe3 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: confstr.3,v 1.7 1999/05/29 16:08:54 aaron Exp $ +.\" $OpenBSD: confstr.3,v 1.8 1999/05/29 22:38:33 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,8 +74,7 @@ has a value; up to .Fa len \- 1 bytes of the value are copied into the buffer .Fa buf . -The copied value is always -.Dv NULL Ns -terminated. +The copied value is always NUL-terminated. .Pp The available values are as follows: .Pp |