summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-04-04 13:39:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-04-04 13:39:18 +0000
commit85c936f9312541ffdd90dc9853fc1a569b44582d (patch)
tree73fa86dbc7ac204e1fce02a4fca9d705851d7942
parent7dbe130ef59282ea2587929517e7487aa8726e60 (diff)
properly escape "%O"; ok jason
-rw-r--r--libexec/ld.so/ld.so.14
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1
index dcdb69770d1..b71e4bf336d 100644
--- a/libexec/ld.so/ld.so.1
+++ b/libexec/ld.so/ld.so.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ld.so.1,v 1.13 2007/04/03 14:37:43 jason Exp $
+.\" $OpenBSD: ld.so.1,v 1.14 2007/04/04 13:39:17 jmc Exp $
.\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -144,7 +144,7 @@ The object's group reference count.
The object's major version number.
.It %n
The object's minor version number.
-.It %\O
+.It \&%O
The object's open count.
.It %o
The object name.