summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getcap.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-29 22:38:33 +0000
committeraaron <aaron@openbsd.org>1999-05-29 22:38:33 +0000
commitd7403a2a9920cef3553a58e7c79772e68b7335a3 (patch)
tree6030842094a9cac170dccdd0c7ca3b749ae590b8 /lib/libc/gen/getcap.3
parentrepairs (diff)
downloadwireguard-openbsd-d7403a2a9920cef3553a58e7c79772e68b7335a3.tar.xz
wireguard-openbsd-d7403a2a9920cef3553a58e7c79772e68b7335a3.zip
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/getcap.3')
-rw-r--r--lib/libc/gen/getcap.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 19f9d4724aa..a7a56bb6852 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcap.3,v 1.10 1999/05/29 16:08:55 aaron Exp $
+.\" $OpenBSD: getcap.3,v 1.11 1999/05/29 22:38:34 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -196,8 +196,7 @@ retrieves the value of the string capability
.Fa cap
from the capability record pointed to by
.Fa buf .
-A pointer to a decoded,
-.Dv NULL Ns -terminated ,
+A pointer to a decoded, NUL-terminated,
.Xr malloc Ns \&'d
copy of the string is returned in the
.Ft char *