Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Whitespace fix. Give Bl tag table a width. Fi...



details:   https://anonhg.NetBSD.org/src/rev/909168a2c41d
branches:  trunk
changeset: 827493:909168a2c41d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 30 15:55:53 2017 +0000

description:
Whitespace fix. Give Bl tag table a width. Fix Xr.

diffstat:

 share/man/man9/kernhist.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r df1fb5eafd16 -r 909168a2c41d share/man/man9/kernhist.9
--- a/share/man/man9/kernhist.9 Mon Oct 30 15:53:51 2017 +0000
+++ b/share/man/man9/kernhist.9 Mon Oct 30 15:55:53 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kernhist.9,v 1.7 2017/10/29 09:51:42 pgoyette Exp $
+.\"    $NetBSD: kernhist.9,v 1.8 2017/10/30 15:55:53 wiz Exp $
 .\"
 .\" Copyright (c) 2015 Matthew R. Green
 .\" All rights reserved.
@@ -64,7 +64,7 @@
 It provides a simple restricted
 .Xr printf 3
 format syntax with a maximum of 4 arguments, each of type
-.Vt uintmax_t.
+.Vt uintmax_t .
 .Pp
 .Cd options KERNHIST
 must be present in the kernel configuration to enable these functions and
@@ -177,7 +177,7 @@
 The following histories and their respective value (as seen in
 .Pa kernhist.h )
 are available:
-.Bl -tag
+.Bl -tag -width KERNHIST_SCDEBUGHISTXXX
 .It KERNHIST_UVMMAPHIST
 Include events from
 .Dq maphist .
@@ -256,7 +256,7 @@
 frameworks.
 .An Paul Goyette Aq Mt pgoyette%NetBSD.org@localhost
 provided the
-.Xr 9 sysctl
+.Xr sysctl 9
 interface.
 .Sh BUGS
 The restriction against using



Home | Main Index | Thread Index | Old Index