Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Use .Fn to mark up functions (.Xr might be a ...



details:   https://anonhg.NetBSD.org/src/rev/169efd3407e9
branches:  trunk
changeset: 533721:169efd3407e9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 08 10:46:00 2002 +0000

description:
Use .Fn to mark up functions (.Xr might be a good alternative, too).

diffstat:

 share/man/man4/options.4 |  21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 292370b37ca5 -r 169efd3407e9 share/man/man4/options.4
--- a/share/man/man4/options.4  Mon Jul 08 10:43:37 2002 +0000
+++ b/share/man/man4/options.4  Mon Jul 08 10:46:00 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.177 2002/07/08 10:37:04 abs Exp $
+.\"    $NetBSD: options.4,v 1.178 2002/07/08 10:46:00 wiz Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -827,15 +827,24 @@
 disk, to be populated with
 .Xr mdsetimage 8 .
 .It Cd options VNODE_OP_NOINLINE
-Do not inline the VOP_*() calls in the kernel.
+Do not inline the
+.Fn VOP_*
+calls in the kernel.
 On i386 GENERIC, this saves 36k of kernel text.  Useful
 for install media kernels, small memory systems and embedded systems.
 .It Cd options MALLOC_NOINLINE
-Time critical fixed size memory allocation is performed with MALLOC() and
-FREE().  Normally these expand to inline code, but with
+Time critical fixed size memory allocation is performed with
+.Fn MALLOC
+and
+.Fn FREE .
+Normally these expand to inline code, but with
 .Em MALLOC_NOINLINE
-these call the normal malloc() and free() functions. Useful
-for install media kernels, small memory systems and embedded systems.
+these call the normal
+.Fn malloc
+and
+.Fn free
+functions.
+Useful for install media kernels, small memory systems and embedded systems.
 .It Cd options HZ=integer
 On ports that support it, set the system clock frequency (see
 .Xr hz 9 )



Home | Main Index | Thread Index | Old Index