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
This commit is contained in:
Eitan Adler 2018-01-07 05:38:53 +00:00
parent 92e80162f3
commit f0c0c1daec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327671

View File

@ -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.