diff options
author | maxim <maxim@FreeBSD.org> | 2007-02-11 18:14:49 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-02-11 18:14:49 +0000 |
commit | bcd0823d3d8c9fb1d85aae1ff1f3249aa90ea58c (patch) | |
tree | 774bc7dbabfb28a02a538ebed16c4a5251eaffa0 /lib | |
parent | 72c5f98ef8fcd00ba6af737608301c519bcc1cb5 (diff) | |
download | FreeBSD-src-bcd0823d3d8c9fb1d85aae1ff1f3249aa90ea58c.zip FreeBSD-src-bcd0823d3d8c9fb1d85aae1ff1f3249aa90ea58c.tar.gz |
o s/cgetseq/cgetset/
Obtained from: DragonFly
Diffstat (limited to 'lib')
-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 42a5f7e..c6401f8 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -527,7 +527,7 @@ on failure. The .Fn cgetent , and -.Fn cgetseq +.Fn cgetset functions may fail and set .Va errno for any of the errors specified for the library functions: |