Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Oops. Restore the dot lost in -width ".Dv ..."



details:   https://anonhg.NetBSD.org/src/rev/d28efcedbfb1
branches:  trunk
changeset: 467107:d28efcedbfb1
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 13 16:01:37 2020 +0000

description:
Oops.  Restore the dot lost in -width ".Dv ..."

diffstat:

 share/man/man3/dlfcn.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r bf865cd9a7e4 -r d28efcedbfb1 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Mon Jan 13 15:59:11 2020 +0000
+++ b/share/man/man3/dlfcn.3    Mon Jan 13 16:01:37 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dlfcn.3,v 1.38 2020/01/13 15:59:11 uwe Exp $
+.\"    $NetBSD: dlfcn.3,v 1.39 2020/01/13 16:01:37 uwe Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -104,7 +104,7 @@
 .Fa mode
 parameter specifies symbol resolution time and symbol visibility.
 One of the following values may be used to specify symbol resolution time:
-.Bl -tag -width "Dv RTLD_NODELETE" -offset indent
+.Bl -tag -width ".Dv RTLD_NODELETE" -offset indent
 .It Dv RTLD_NOW
 Symbols are resolved immediately.
 .It Dv RTLD_LAZY
@@ -113,7 +113,7 @@
 .El
 .Pp
 One of the following values may be used to specify symbol visibility:
-.Bl -tag -width "Dv RTLD_NODELETE" -offset indent
+.Bl -tag -width ".Dv RTLD_NODELETE" -offset indent
 .It Dv RTLD_GLOBAL
 The object's symbols and the symbols of its dependencies will be visible to
 other objects.
@@ -135,7 +135,7 @@
 Additionally, one of the following flags may be ORed into the
 .Fa mode
 argument:
-.Bl -tag -width "Dv RTLD_NODELETE" -offset indent
+.Bl -tag -width ".Dv RTLD_NODELETE" -offset indent
 .It Dv RTLD_NODELETE
 Prevents unload of the loaded object on
 .Fn dlclose .



Home | Main Index | Thread Index | Old Index