diff options
author | brian <brian@FreeBSD.org> | 1998-04-17 00:59:15 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-04-17 00:59:15 +0000 |
commit | dc9ddb8fdd49fe67b36f0ba6ff8eae070aced538 (patch) | |
tree | a20643e320307d2e0f03e801786d3b652093742b /lib/libc | |
parent | 4929660d9c4ae71098a57b077385b66e84ffaf66 (diff) | |
download | FreeBSD-src-dc9ddb8fdd49fe67b36f0ba6ff8eae070aced538.zip FreeBSD-src-dc9ddb8fdd49fe67b36f0ba6ff8eae070aced538.tar.gz |
Typo police
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/tcsetpgrp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/tcsetpgrp.3 b/lib/libc/gen/tcsetpgrp.3 index 684ec4c..c7fcc78 100644 --- a/lib/libc/gen/tcsetpgrp.3 +++ b/lib/libc/gen/tcsetpgrp.3 @@ -63,7 +63,7 @@ Upon successful completion, returns a value of zero. .Sh ERRORS If an error occurs, -.Nm tcgetpgrp +.Nm tcsetpgrp returns -1 and the global variable .Va errno is set to indicate the error, as follows: |