summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2015-02-16 16:38:53 +0000
committernaddy <naddy@openbsd.org>2015-02-16 16:38:53 +0000
commit90211f923b3a2a262f8eeff5aa3585839da2410c (patch)
tree19518f89e8783021229358f3682aed7749f70aa1 /share/man/man3
parentDon't use greater-equal/less-equal symbols where "<="/">=" are intended. (diff)
downloadwireguard-openbsd-90211f923b3a2a262f8eeff5aa3585839da2410c.tar.xz
wireguard-openbsd-90211f923b3a2a262f8eeff5aa3585839da2410c.zip
Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/dlfcn.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3
index b8f41ba30bb..2a6e3a44e66 100644
--- a/share/man/man3/dlfcn.3
+++ b/share/man/man3/dlfcn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dlfcn.3,v 1.27 2013/11/02 09:41:58 espie Exp $
+.\" $OpenBSD: dlfcn.3,v 1.28 2015/02/16 16:38:53 naddy Exp $
.\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 2 2013 $
+.Dd $Mdocdate: February 16 2015 $
.Dt DLFCN 3
.Os
.Sh NAME
@@ -80,7 +80,7 @@ shared library searches.
.Pp
Shared libraries take the following form:
.Pp
-.Dl lib\*(Ltname\*(Gt.so[.xx[.yy]]
+.Dl lib<name>.so[.xx[.yy]]
.Pp
When a shared library is specified without a version or with a partial version,
the same library search rules apply that are used for