summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-09 19:08:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-09 19:08:10 +0000
commit3d4f5147ff07027c7702d53c161c2bdd0424f462 (patch)
tree553f692c38631a8afd851c06e2b0a076732b49e4 /lib/libc
parent6cc53c3bfbb9c328e024459f49f6784b000a6271 (diff)
typo from jan niemann; ok otto
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcap.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 22e874edb7e..9a0c71b3771 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcap.3,v 1.29 2005/07/22 03:16:58 jaredy Exp $
+.\" $OpenBSD: getcap.3,v 1.30 2006/05/09 19:08:09 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -385,7 +385,7 @@ Typeless capabilities are typically used to denote boolean objects with
presence or absence indicating truth and false values respectively.
This interpretation is conveniently represented by:
.Pp
-.Dl "(getcap(buf, name, ':') != NULL)"
+.Dl "(cgetcap(buf, name, ':') != NULL)"
.Pp
A special capability,
.Ic tc= name ,