Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix roff warnings. Note btop() and btopr() on...



details:   https://anonhg.NetBSD.org/src/rev/03ccb1b093b0
branches:  trunk
changeset: 753889:03ccb1b093b0
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 13 09:57:05 2010 +0000

description:
Fix roff warnings. Note btop() and btopr() on Solaris as an example.

diffstat:

 share/man/man9/ctod.9 |  22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r c46d234e8d69 -r 03ccb1b093b0 share/man/man9/ctod.9
--- a/share/man/man9/ctod.9     Tue Apr 13 09:51:07 2010 +0000
+++ b/share/man/man9/ctod.9     Tue Apr 13 09:57:05 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctod.9,v 1.1 2010/04/13 08:40:19 jruoho Exp $
+.\" $NetBSD: ctod.9,v 1.2 2010/04/13 09:57:05 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,13 +57,21 @@
 The following table lists the possible conversions:
 .Bl -column -offset indent "disk blocks " "disk blocks " "disk blocks "
 .It Sy Macro Ta Sy From Ta Sy To
-.It Li Fn ctod Ta pages Ta disk blocks
-.It Li Fn dtoc Ta disk blocks Ta pages
-.It Li Fn ctob Ta pages Ta bytes
-.It Li Fn btoc Ta bytes Ta pages
-.It Li Fn dbtob Ta disk blocks Ta bytes
-.It Li Fn btodb Ta bytes Ta disk blocks
+.It Fn ctod Ta pages Ta disk blocks
+.It Fn dtoc Ta disk blocks Ta pages
+.It Fn ctob Ta pages Ta bytes
+.It Fn btoc Ta bytes Ta pages
+.It Fn dbtob Ta disk blocks Ta bytes
+.It Fn btodb Ta bytes Ta disk blocks
 .El
+.Pp
+These are typical macros that may appear
+with different names in other operating systems.
+Examples include
+.Fn btop
+and
+.Fn btopr
+in Solaris.
 .Sh CAVEATS
 The described macros make no assumptions
 about the type of the input parameter.



Home | Main Index | Thread Index | Old Index