diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-08-16 12:01:44 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-08-16 12:01:44 +0000 |
commit | 4affe0bfdd9f771fe10a6ec3a97887435029dde7 (patch) | |
tree | 4b4cb82c2cfb191b798ea09ece37beb1692e98c8 | |
parent | 4c93b572a704c75bdf396f1d6b7f1495effa03e2 (diff) |
Missing .Pp in -compact list
ok jmc@
-rw-r--r-- | libexec/ld.so/ld.so.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 2b0fa80654e..66daec4ea8b 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.7 2004/08/30 20:36:40 espie Exp $ +.\" $OpenBSD: ld.so.1,v 1.8 2005/08/16 12:01:43 tom Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -176,6 +176,7 @@ When set, do not include a set of built-in standard directory paths for searching. This might be useful when running on a system with a completely non-standard filesystem layout. +.Pp .It Ev LD_DEBUG When set, be verbose about what .Nm |