This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 2/2] Implement multi-component --with-auto-load-dir


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]