diff options
Diffstat (limited to 'usr/src/man/man1/msggen.1')
-rw-r--r-- | usr/src/man/man1/msggen.1 | 59 |
1 files changed, 6 insertions, 53 deletions
diff --git a/usr/src/man/man1/msggen.1 b/usr/src/man/man1/msggen.1 index 740584e9fe..994b465ee1 100644 --- a/usr/src/man/man1/msggen.1 +++ b/usr/src/man/man1/msggen.1 @@ -2,7 +2,7 @@ .\" Copyright (c) 2000-2007 AT&T Knowledge Ventures .\" To view license terms, see http://www.opensource.org/licenses/cpl1.0.txt .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. -.TH msggen 1 "9 Oct 2007" "SunOS 5.11" "User Commands" +.TH MSGGEN 1 "Oct 9, 2007" .SH NAME msggen \- generate a machine independent formatted message catalog .SH SYNOPSIS @@ -30,7 +30,6 @@ convert to/from UTF-8. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-f\fR\fR .ad @@ -39,150 +38,123 @@ The following options are supported: \fB\fB--format\fR\fR .ad .RS 12n -.rt List the \fBprintf\fR(3C) format signature for each message in \fIcatfile\fR. A format signature is one line containing one character for each format specification: .sp .ne 2 -.mk .na \fB\fBc\fR\fR .ad .RS 5n -.rt char .RE .sp .ne 2 -.mk .na \fB\fBd\fR\fR .ad .RS 5n -.rt double .RE .sp .ne 2 -.mk .na \fB\fBD\fR\fR .ad .RS 5n -.rt long double .RE .sp .ne 2 -.mk .na \fB\fBf\fR\fR .ad .RS 5n -.rt float .RE .sp .ne 2 -.mk .na \fB\fBh\fR\fR .ad .RS 5n -.rt short .RE .sp .ne 2 -.mk .na \fB\fBi\fR\fR .ad .RS 5n -.rt int .RE .sp .ne 2 -.mk .na \fB\fBj\fR\fR .ad .RS 5n -.rt long long .RE .sp .ne 2 -.mk .na \fB\fBl\fR\fR .ad .RS 5n -.rt long .RE .sp .ne 2 -.mk .na \fB\fBp\fR\fR .ad .RS 5n -.rt void* .RE .sp .ne 2 -.mk .na \fB\fBs\fR\fR .ad .RS 5n -.rt string .RE .sp .ne 2 -.mk .na \fB\fBt\fR\fR .ad .RS 5n -.rt ptrdiff_t .RE .sp .ne 2 -.mk .na \fB\fBz\fR\fR .ad .RS 5n -.rt size_t .RE .sp .ne 2 -.mk .na \fB\fB?\fR\fR .ad .RS 5n -.rt unknown .RE @@ -190,7 +162,6 @@ unknown .sp .ne 2 -.mk .na \fB\fB-l\fR\fR .ad @@ -199,13 +170,11 @@ unknown \fB\fB--list\fR\fR .ad .RS 12n -.rt List \fIcatfile\fR in UTF-8 msgfile form. .RE .sp .ne 2 -.mk .na \fB\fB-s\fR\fR .ad @@ -214,7 +183,6 @@ List \fIcatfile\fR in UTF-8 msgfile form. \fB\fB--set\fR\fR .ad .RS 12n -.rt Convert the \fIcatfile\fR to a message set number and print the number on the standard output. .RE @@ -225,23 +193,19 @@ standard output. The following operands are supported: .sp .ne 2 -.mk .na \fB\fIcatfile\fR\fR .ad .RS 11n -.rt Machine independent formatted message catalog file. .RE .sp .ne 2 -.mk .na \fB\fImsgfile\fR\fR .ad .RS 11n -.rt Message text source file. .RE @@ -255,7 +219,6 @@ subsequent field. The \fBNL_*\fR constants are defined in one or both of \fB<limits.h>\fR and \fB<nl_types.h>\fR\&. .sp .ne 2 -.mk .na \fB\fB$\fR \fIcomment\fR\fR .ad @@ -267,7 +230,6 @@ comment. .sp .ne 2 -.mk .na \fB\fB$delset\fR \fIn comment\fR\fR .ad @@ -280,7 +242,6 @@ is treated as a comment. .sp .ne 2 -.mk .na \fB\fB$quote\fR \fIc\fR\fR .ad @@ -294,7 +255,6 @@ supplied, no quoting of message-text is recognized. .sp .ne 2 -.mk .na \fB\fB$set\fR \fIn comment\fR\fR .ad @@ -310,7 +270,6 @@ source file, all messages are located in message set 1. .sp .ne 2 -.mk .na \fB\fB$translation\fR \fIidentification YYYY-MM-DD\fR\fB[,...]\fR\fR .ad @@ -323,7 +282,6 @@ translation lines are combined into a single, comma-separated list. .sp .ne 2 -.mk .na \fB\fBm\fR \fImessage-text\fR\fR .ad @@ -343,23 +301,19 @@ from the catalogue. Message identifiers need not be contiguous. There are no .SH EXIT STATUS .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 6n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fB>0\fR\fR .ad .RS 6n -.rt One or more specified jobs does not exist. .RE @@ -391,13 +345,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityVolatile +Interface Stability Volatile .TE .SH SEE ALSO |