diff options
Diffstat (limited to 'usr/src/man/man1/msgget.1')
-rw-r--r-- | usr/src/man/man1/msgget.1 | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/usr/src/man/man1/msgget.1 b/usr/src/man/man1/msgget.1 index ba631d535d..e3e1e3a138 100644 --- a/usr/src/man/man1/msgget.1 +++ b/usr/src/man/man1/msgget.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 msgget 1 "9 Oct 2007" "SunOS 5.11" "User Commands" +.TH MSGGET 1 "Oct 9, 2007" .SH NAME msgget \- get a message from a message catalog .SH SYNOPSIS @@ -22,46 +22,38 @@ msgget \- get a message from a message catalog The following operands are supported: .sp .ne 2 -.mk .na \fB\fIcatalog\fR\fR .ad .RS 16n -.rt Specifies the message catalog name. .RE .sp .ne 2 -.mk .na \fB\fIcommand\fR\fR .ad .RS 16n -.rt Specifies command-specific message. .RE .sp .ne 2 -.mk .na \fB\fIlocale\fR\fR .ad .RS 16n -.rt Specifies the locale. If \fIlocale\fR is \fB-\fR then the current locale is used. .RE .sp .ne 2 -.mk .na \fB\fB[\fR\fIset\fR\fB].\fR\fInumber\fR\fR .ad .RS 16n -.rt Identifies the message by message number and an optional message set. If specified as \fB-\fR , the message set and number are determined by looking up text in the corresponding C locale message catalog. @@ -69,35 +61,29 @@ text in the corresponding C locale message catalog. .sp .ne 2 -.mk .na \fB\fItext\fR\fR .ad .RS 16n -.rt Specifies the text of the message to be output upon error. .RE .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 An error occurred. .RE @@ -130,13 +116,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 |