Module Name:    src
Committed By:   uwe
Date:           Mon Jan 13 15:59:12 UTC 2020

Modified Files:
        src/share/man/man3: dlfcn.3

Log Message:
Fix -width in the tagged list of special "handle" values.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man3/dlfcn.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/dlfcn.3
diff -u src/share/man/man3/dlfcn.3:1.37 src/share/man/man3/dlfcn.3:1.38
--- src/share/man/man3/dlfcn.3:1.37	Mon Jan 13 15:54:48 2020
+++ src/share/man/man3/dlfcn.3	Mon Jan 13 15:59:11 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dlfcn.3,v 1.37 2020/01/13 15:54:48 uwe Exp $
+.\"	$NetBSD: dlfcn.3,v 1.38 2020/01/13 15:59:11 uwe Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -209,7 +209,7 @@ The following special
 .Fa handle
 values may be used with
 .Fn dlsym :
-.Bl -tag -width "RTLD_DEFAULTXX" -offset indent
+.Bl -tag -width ".Dv RTLD_DEFAULT" -offset indent
 .It Dv NULL
 Interpreted as a reference to the executable or shared object
 from which the call is being made.

Reply via email to