Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Three small markup improvements.



details:   https://anonhg.NetBSD.org/src/rev/6762255b27de
branches:  trunk
changeset: 755516:6762255b27de
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jun 08 08:20:37 2010 +0000

description:
Three small markup improvements.

diffstat:

 share/man/man9/evcnt.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f439f7b3ecd3 -r 6762255b27de share/man/man9/evcnt.9
--- a/share/man/man9/evcnt.9    Tue Jun 08 07:20:20 2010 +0000
+++ b/share/man/man9/evcnt.9    Tue Jun 08 08:20:37 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: evcnt.9,v 1.17 2008/02/11 03:49:13 dyoung Exp $
+.\" $NetBSD: evcnt.9,v 1.18 2010/06/08 08:20:37 jruoho Exp $
 .\"
 .\" Copyright (c) 2000 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" --(license Id: LICENSE.proto,v 1.1 2000/06/13 21:40:26 cgd Exp )--
 .\"
-.Dd January 11, 2005
+.Dd June 8, 2010
 .Dt EVCNT 9
 .Os
 .Sh NAME
@@ -57,7 +57,7 @@
 system events (including device interrupts).
 .Pp
 The fundamental component of this framework is the
-.Nm evcnt
+.Em evcnt
 structure.
 Its user-accessible fields are:
 .Bd -literal
@@ -83,7 +83,7 @@
 .Fa ev_type
 field) with the type of event being counted.
 The following types are currently defined:
-.Bl -tag -offset indent -width EVCNT_TYPE_MISC -compact
+.Bl -tag -offset indent -width EVCNT_TYPE_MISC
 .It Ev EVCNT_TYPE_MISC
 Miscellaneous; doesn't fit into one of the other types.
 .It Ev EVCNT_TYPE_INTR
@@ -143,7 +143,7 @@
 and
 .Fa name
 arguments must be constant strings.
-.Pp
+.Sh FUNCTIONS
 The following is a brief description of each function in the framework:
 .Bl -tag -width indent
 .It Fn "void evcnt_attach_dynamic" "struct evcnt *ev" "int type" "const struct evcnt *parent" "const char *group" "const char *name"



Home | Main Index | Thread Index | Old Index