This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 2/2] Implement multi-component --with-auto-load-dir
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 09 May 2012 20:47:07 +0300
- Subject: Re: [patch 2/2] Implement multi-component --with-auto-load-dir
- References: <20120509154847.GB12692@host2.jankratochvil.net>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 9 May 2012 17:48:47 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
>
> +set auto-load scripts-directory <dir1>[:<dir2>...]
> + Set a list of directories with auto-loaded scripts. Automatically
"Set a list of directories from which to load auto-loaded scripts."
> +Set the list of directories with auto-loaded scripts."), _("\
> +Show the list of directories with auto-loaded scripts."), _("\
Likewise here.
> +may be delimited by the host platform directory separator in use.
I believe the correct term is "path separator". I suggest to say
(@samp{:} on Unix, @samp{;} on Windows and DOS)
for clarity here, and not further down.
> +Each entry here needs to be covered also by the security setting
> +@xref{set auto-load safe-path}.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You want "(@pxref{...})" here.
OK with these changes.
Thanks.