Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools

@@ -1,6 +1,5 @@
-.\" ident       "%Z%%M% %I%     %E% SMI"
 .\" Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
 .\" Use is subject to license terms.
 .\"
 .\" CDDL HEADER START
 .\"

@@ -21,11 +20,11 @@
 .\" information: Portions Copyright [yyyy] [name of copyright owner]
 .\"
 .\" CDDL HEADER END
 .\"
 .if n .tr \--
-.TH sgsmsg 1l "2 Jun 1999"
+.TH sgsmsg 1ONBLD "Jun 2, 1999"
 .SH NAME
 sgsmsg \- generate message strings for SGS subsystem.
 .SH SYNOPSIS
 .B sgsmsg
 [

@@ -67,11 +66,10 @@
 manipulation.  The \f3\-c\f1 option provides for these message strings to be
 translated into a form suitable for
 .BR catgets (3C)
 manipulation.
 .SH OPERANDS
-.LP
 One of more input \f2file\f1s contains a definition for each character
 string used by a particular code group.  The interpretation of a
 definition is determined by the first character of each line within
 the input \f2file\f1:
 .LP

@@ -227,13 +225,10 @@
 
 % cat libld.msg
 .ft 1
 .if t .sp 0.35
 .if n .sp
-# ident "%Z%%M% %I%    %E% SMI"
-.if t .sp 0.35
-.if n .sp
 @ _START_
 .if t .sp 0.35
 .if n .sp
 # Message file for cmd/sgs/libld.
 .if t .sp 0.35

@@ -415,19 +410,17 @@
 const char *
 _ld_msg(int mid)
 {
         return (gettext(MSG_ORIG(mid)));
 }
+.RE
 .sp
 .SH "EXIT STATUS"
 A non-zero error return indicates a processing error.
-.RE
 .PD
 .SH "SEE ALSO"
 .BR gencat (1),
 .BR ld (1),
 .BR msgfmt (1),
 .BR catgets (3C),
-.BR gettext (3I).
-.br
-.TZ LLM
+.BR gettext (3C).
 .if n .tr \-\-