aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-01-07 05:38:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-01-07 05:38:53 +0000
commitf0c0c1daec03042f19ecfa279a390dfbe4943f0c (patch)
treea044f9719f4220f83f4156477a60ac91404ccb73 /sbin/ldconfig
parent92e80162f313aacdbbc13aef233b5d4a6df41c5e (diff)
downloadsrc-f0c0c1daec03042f19ecfa279a390dfbe4943f0c.tar.gz
src-f0c0c1daec03042f19ecfa279a390dfbe4943f0c.zip
ldconfig(8): clarify language for files
The previous language did not make it clear that 'Files' are the files specified above. Clarify it. Reported by: dana <dana@dana.is> Reviewed by: dana <dana@dana.is> MFC After: 1 week
Notes
Notes: svn path=/head/; revision=327671
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r--sbin/ldconfig/ldconfig.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8
index f2fc324b8cfc..d4b985ba0f24 100644
--- a/sbin/ldconfig/ldconfig.8
+++ b/sbin/ldconfig/ldconfig.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 19, 2013
+.Dd January 6, 2018
.Dt LDCONFIG 8
.Os
.Sh NAME
@@ -58,7 +58,9 @@ the overhead that would otherwise result from the directory search
operations the dynamic linker would have to perform to load the
required shared libraries.
.Pp
-Files named on the command line are expected to contain directories
+Alternatively,
+.Ar files
+may be specified; these are expected to contain directories
to scan for shared libraries.
Each directory's pathname must start on a new
line.