Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2005 20:25:53 +0300
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        Florent Thoumie <flz@xbsd.org>
Cc:        freebsd-rc@freebsd.org
Subject:   Re: rc.d/ldconfig change
Message-ID:  <20051220172552.GB78478@comp.chem.msu.su>
In-Reply-To: <1135038113.744.51.camel@cream.xbsd.org>
References:  <1134927080.744.14.camel@cream.xbsd.org> <20051219203322.GC1103@odin.ac.hmc.edu> <1135038113.744.51.camel@cream.xbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 20, 2005 at 01:21:53AM +0100, Florent Thoumie wrote:
> Index: share/man/man5/rc.conf.5
> ===================================================================
> RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v
> retrieving revision 1.274
> diff -u -r1.274 rc.conf.5
> --- share/man/man5/rc.conf.5	19 Dec 2005 10:57:00 -0000	1.274
> +++ share/man/man5/rc.conf.5	20 Dec 2005 00:18:22 -0000
> @@ -2822,6 +2822,13 @@
>  Set this variable to
>  .Dq Li YES
>  to disable that security check during system startup.
> +.It Va local_ldconfig
> +.Pq Vt str
> +Set to the list of local
> +.Xr ldconfig 8
> +directories.
> +Each file in those directories will be passed as arguments to
> +.Xr ldconfig 8 .

What do you think about the following, slightly different wording?

	The names of all files in the directories listed
	will be passed as arguments to
	.Xr ldconfig 8 .

This should fix the singular vs. plural usage and also tell the
sweet truth that there will be a single run of ldconfig(8) irrespective
of the number of the files.

-- 
Yar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051220172552.GB78478>