aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/BI/literal.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/man/BI/literal.in')
-rw-r--r--regress/man/BI/literal.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/man/BI/literal.in b/regress/man/BI/literal.in
new file mode 100644
index 00000000..ebd22a67
--- /dev/null
+++ b/regress/man/BI/literal.in
@@ -0,0 +1,12 @@
+.TH GETTEXT 3 "May 2001" "GNU gettext 0.18"
+.SH NAME
+gettext, dgettext, dcgettext \- translate message
+.SH SYNOPSIS
+.nf
+.B #include <libintl.h>
+.sp
+.BI "char * gettext (const char * " msgid );
+.BI "char * dgettext (const char * " domainname ", const char * " msgid );
+.BI "char * dcgettext (const char * " domainname ", const char * " msgid ,
+.BI " int " category );
+.fi