diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
commit | 54cd462976c02892e956acae4ce7a3b93d6cd249 (patch) | |
tree | d04281242de711366c78e807fe7faaeb854ab7a0 /libexec/ld.so | |
parent | 7910f09fd6fad4008fe999de0d01ad855b2a386b (diff) |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index d107cb107e8..f11f2b6f24c 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.7 2001/08/17 09:26:30 mpech Exp $ +.\" $OpenBSD: ldconfig.8,v 1.8 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -74,7 +74,7 @@ when it needs to load a shared library. It can be viewed as the run-time equivalent of the .Fl L switch of -.Xr ld. +.Xr ld . .Pp .Nm is typically run as part of the boot sequence. |