diff options
author | dd <dd@FreeBSD.org> | 2001-06-20 22:03:10 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-20 22:03:10 +0000 |
commit | 9d88bc8e69e16ef9a58f0dbff9f0f213676424a1 (patch) | |
tree | d85e102c5cd68a11c911ad7bd2369d97cdce579a /lib/libc | |
parent | a1a3390cf466a3a7202fe65f46f50d092e54f2df (diff) | |
download | FreeBSD-src-9d88bc8e69e16ef9a58f0dbff9f0f213676424a1.zip FreeBSD-src-9d88bc8e69e16ef9a58f0dbff9f0f213676424a1.tar.gz |
Fix a grammar bogon.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getcap.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 2d86caf..4abaa63 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -292,7 +292,7 @@ database begins: giving four names that can be used to access the record. .Pp The remaining non-empty capabilities describe a set of (name, value) -bindings, consisting of a names optionally followed by a typed values: +bindings, consisting of a names optionally followed by a typed value: .Bl -column "nameTvalue" .It name Ta "typeless [boolean] capability" .Em name No "is present [true]" |