diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
commit | 138760cea6dfae9292858f5f76e471374533727e (patch) | |
tree | a6b3996d64f3d12e658b68801b9c193ac0e12fd1 /share/man/man3 | |
parent | 90d933d7a0cf14ffac9d7d6f3fafacdec21260e6 (diff) |
o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/dlfcn.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index d17b4576375..85cbec93568 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.12 2000/10/26 00:37:03 aaron Exp $ +.\" $OpenBSD: dlfcn.3,v 1.13 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -53,7 +53,7 @@ .Fn dlerror "void" .Sh DESCRIPTION These functions provide an interface to the run-time linker -.Xr ld.so . +.Xr ld.so 1 . They allow new shared objects to be loaded into a process's address space under program control. .Pp |