Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Markup improvements.



details:   https://anonhg.NetBSD.org/src/rev/63e8b9d2838f
branches:  trunk
changeset: 764090:63e8b9d2838f
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Apr 11 05:59:11 2011 +0000

description:
Markup improvements.

diffstat:

 lib/libc/gen/fmtmsg.3 |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (115 lines):

diff -r cde7158f5375 -r 63e8b9d2838f lib/libc/gen/fmtmsg.3
--- a/lib/libc/gen/fmtmsg.3     Mon Apr 11 04:26:18 2011 +0000
+++ b/lib/libc/gen/fmtmsg.3     Mon Apr 11 05:59:11 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fmtmsg.3,v 1.6 2008/04/30 13:10:50 martin Exp $
+.\"    $NetBSD: fmtmsg.3,v 1.7 2011/04/11 05:59:11 jruoho Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 10, 1999
+.Dd April 11, 2011
 .Dt FMTMSG 3
 .Os
 .Sh NAME
@@ -56,7 +56,7 @@
 from the condition causing the message and where to display the message
 is specified in
 .Fa classification .
-.Ss classification
+.Ss Classification
 The
 .Fa classification
 argument consists of a major classification and several sub-classifications.
@@ -65,8 +65,8 @@
 may be specified for each (sub-)classification.
 The following classifications
 are available:
-.Bl -tag -width MessageXSourceXSub-classificationsXX
-.It Major Classifications
+.Bl -tag -width "XXX"
+.It Em Major classifications
 The source of the condition.
 Available identifiers are:
 .Dv MM_HARD
@@ -75,7 +75,7 @@
 (software), and
 .Dv MM_FIRM
 (firmware).
-.It Message Source Sub-classifications
+.It Em Message source sub-classifications
 The type of software detecting the condition.
 Available identifiers are:
 .Dv MM_APPL
@@ -84,14 +84,14 @@
 (utility), and
 .Dv MM_OPSYS
 (operating system).
-.It Display Sub-classifications
+.It Em Display sub-classifications
 The displays the formatted messages is to be written to.
 Available identifiers are:
 .Dv MM_PRINT
 (standard error stream) and
 .Dv MM_CONSOLE
 (system console).
-.It Status Sub-classifications
+.It Em Status sub-classifications
 The capability of the calling software to recover from the condition.
 Available identifiers are:
 .Dv MM_RECOVER
@@ -105,7 +105,7 @@
 is to be supplied,
 .Dv MM_NULLMC
 must be specified.
-.Ss label
+.Ss Label
 The
 .Fa label
 argument identifies the source of the message.
@@ -117,12 +117,12 @@
 is to be supplied,
 .Dv MM_NULLLBL
 must be specified.
-.Ss severity
+.Ss Severity
 The seriousness of the condition causing the message.
 The following
 .Fa severity
 levels are available:
-.Bl -tag -width MM_WARNINGXX
+.Bl -tag -width MM_WARNING -offset indent
 .It Dv MM_HALT
 The software has encountered a severe fault and is halting.
 .It Dv MM_ERROR
@@ -138,7 +138,7 @@
 level is to be supplied,
 .Dv MM_NOSEV
 must be specified.
-.Ss text
+.Ss Text
 The description of the condition the software encountered.
 The character
 string is not limited to a specific size.
@@ -148,7 +148,7 @@
 is to be supplied,
 .Dv MM_NOTXT
 must be specified.
-.Ss action
+.Ss Action
 The first step to be taken to recover from the condition the software
 encountered; it will be preceded by the prefix
 .Dq TO FIX: .
@@ -159,7 +159,7 @@
 is to be supplied,
 .Dv MM_NOACT
 must be specified.
-.Ss tag
+.Ss Tag
 The on-line documentation which provides further information about the
 condition and the message, such as
 .Dq Xr fmtmsg 3 .



Home | Main Index | Thread Index | Old Index