diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
commit | f32d0b8119092285f9a61491fe3cf85d61bb534c (patch) | |
tree | 303a8880b08c4de91837ab90e8fdd97e9676d4b7 /libexec/ld.so/ld.so.1 | |
parent | 6fa544849dc025bd26420d59489d218746399709 (diff) |
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r-- | libexec/ld.so/ld.so.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1 index 5643f53d4ce..0c931ea4bb4 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.17 2008/08/24 20:43:53 martynas Exp $ +.\" $OpenBSD: ld.so.1,v 1.18 2011/12/03 23:01:21 schwarze Exp $ .\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 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: August 24 2008 $ +.Dd $Mdocdate: December 3 2011 $ .Dt LD.SO 1 .Os .Sh NAME @@ -123,7 +123,7 @@ the absolute pathnames of all objects, to standard output. When set, these variables are interpreted as format strings a la .Xr printf 3 to customize the trace output and are used by -.Xr ldd 1 's +.Xr ldd 1 Ns 's .Fl f option and allows .Xr ldd 1 |