diff options
author | 2014-07-12 14:43:32 +0000 | |
---|---|---|
committer | 2014-07-12 14:43:32 +0000 | |
commit | 05759e4a43af9002b3b2aae15512332dcfa5b07e (patch) | |
tree | 3005de4817f5a787b3ea6373ef80678c9546c299 | |
parent | Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again. (diff) | |
download | wireguard-openbsd-05759e4a43af9002b3b2aae15512332dcfa5b07e.tar.xz wireguard-openbsd-05759e4a43af9002b3b2aae15512332dcfa5b07e.zip |
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
-rw-r--r-- | lib/libc/gen/getcap.3 | 9 |
1 files 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 |