From 05759e4a43af9002b3b2aae15512332dcfa5b07e Mon Sep 17 00:00:00 2001 From: yasuoka Date: Sat, 12 Jul 2014 14:43:32 +0000 Subject: [PATCH] Correct the sentence in the BUGS section. Colon chars are usable as a string value and usage of it in type is documented in the other section. ok jmc --- lib/libc/gen/getcap.3 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index afb4bc82fd6..00a74158bd2 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.36 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: getcap.3,v 1.37 2014/07/12 14:43:32 yasuoka Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: July 12 2014 $ .Dt GETCAP 3 .Os .Sh NAME @@ -580,7 +580,10 @@ No memory to allocate. .Sh BUGS Colon .Pq Sq \&: -characters cannot be used in names, types, or values. +characters +or vertical bar +.Pq Sq | +characters cannot be used in names. .Pp There are no checks for .Ic tc= name -- 2.20.1