diff options
author | phantom <phantom@FreeBSD.org> | 2001-02-12 08:42:56 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-02-12 08:42:56 +0000 |
commit | 5f22417d4293d75bdef7ee3c32f1a6436b9c84ea (patch) | |
tree | c14ce5abab4a600f8da3abb32c39d6c83a894590 /lib/libc | |
parent | 0f5dd9a952b9af0afb23c1c331400b7063a6ee60 (diff) | |
download | FreeBSD-src-5f22417d4293d75bdef7ee3c32f1a6436b9c84ea.zip FreeBSD-src-5f22417d4293d75bdef7ee3c32f1a6436b9c84ea.tar.gz |
Use .Rv macro instead of hardcoded message
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/nls/catclose.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 0ba5e40..0fcbfe9 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -45,12 +45,7 @@ The function closes the message catalog specified by the argument .Fa catd . .Sh RETURN VALUES -Upon successful completion, -.Fn catclose -returns 0. -Otherwise, -1 is returned and -.Va errno -is set to indicate the error. +.Rv -std catclose .Sh ERRORS .Bl -tag -width Er .It Bq Er EBADF |