Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Avoid using .Sm on/.Sm off if that results in...



details:   https://anonhg.NetBSD.org/src/rev/6ae637f5f311
branches:  trunk
changeset: 751100:6ae637f5f311
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jan 24 20:03:24 2010 +0000

description:
Avoid using .Sm on/.Sm off if that results in the latter getting an
additional argument.

diffstat:

 share/man/man3/dlfcn.3 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 96610e617079 -r 6ae637f5f311 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Sun Jan 24 19:56:26 2010 +0000
+++ b/share/man/man3/dlfcn.3    Sun Jan 24 20:03:24 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dlfcn.3,v 1.25 2010/01/18 15:36:11 wiz Exp $
+.\"    $NetBSD: dlfcn.3,v 1.26 2010/01/24 20:03:24 joerg Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -81,10 +81,7 @@
 shared object searches.
 .Pp
 Shared libraries take the following form:
-.Sm off
-.Do lib Ao name Ac .so Oo .xx Oo .yy Oc Oc
-.Dc
-.Sm on .
+.Do lib Ns Ao name Ns Ac Ns .so Ns Oo .xx Ns Oo .yy Oc Oc Dc .
 .Pp
 If the first argument is
 .Dv NULL ,



Home | Main Index | Thread Index | Old Index