summaryrefslogtreecommitdiffstats
path: root/lib/libc/nls/catgets.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-30 11:06:12 +0000
committerache <ache@FreeBSD.org>1998-04-30 11:06:12 +0000
commit1eaf120df93e4e7920ee597dd5c9389b5bdfc1d8 (patch)
tree315380d21885a1d2011538bda1b52439fda7a29f /lib/libc/nls/catgets.3
parent3462ea1e26399168124cb3392c1b2e3aacca8f8f (diff)
downloadFreeBSD-src-1eaf120df93e4e7920ee597dd5c9389b5bdfc1d8.zip
FreeBSD-src-1eaf120df93e4e7920ee597dd5c9389b5bdfc1d8.tar.gz
Implement NL_CAT_LOCALE
Manpages cleanup
Diffstat (limited to 'lib/libc/nls/catgets.3')
-rw-r--r--lib/libc/nls/catgets.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3
index b50f8a4..6d03527 100644
--- a/lib/libc/nls/catgets.3
+++ b/lib/libc/nls/catgets.3
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: catgets.3,v 1.4 1997/02/22 15:00:46 peter Exp $
.\"
.\" Copyright (c) 1994 Winning Strategies, Inc.
.\" All rights reserved.
@@ -37,7 +37,7 @@
.Sh SYNOPSIS
.Fd #include <nl_types.h>
.Ft char *
-.Fn catgets "nl_catd catd" "int set_id" "int msg_id" "char *s"
+.Fn catgets "nl_catd catd" "int set_id" "int msg_id" "const char *s"
.Sh DESCRIPTION
The
.Fn catgets
@@ -63,4 +63,5 @@ otherwise it returns
.Sh STANDARDS
The
.Fn catgets
-function conforms to \fBxpg3\fR.
+function conforms to
+.St -xpg4 .
OpenPOWER on IntegriCloud