From cce7e648b9fd2892a6493ca2dbba2314e78287dd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 1 Jul 2010 15:36:18 +0000 Subject: * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove unnecessary space in string. * filesystem.c (_initialize_filesystem): Ditto. * frame.c (_initialize_frame): Ditto. * infcmd.c (step_once): Ditto. * infrun.c (_initialize_infrun): Ditto. * linux-nat.c (linux_child_follow_fork): Ditto. * maint.c (maintenance_deprecate): Ditto. * memattr.c (_initialize_mem): Ditto. * mips-tdep.c (_initialize_mips_tdep): Ditto. * monitor.c (monitor_open): Ditto. * procfs.c (procfs_xfer_memory): Ditto. * reverse.c (bookmarks_info): Ditto. * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto. * stack.c (_initialize_stack): Ditto. * tracepoint.c (_initialize_tracepoint): Ditto. * xtensa-tdep.c (xtensa_supply_gregset, xtensa_regset_from_core_section): Ditto. --- gdb/filesystem.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gdb/filesystem.c') diff --git a/gdb/filesystem.c b/gdb/filesystem.c index 38a597d..7f7157f 100644 --- a/gdb/filesystem.c +++ b/gdb/filesystem.c @@ -89,13 +89,13 @@ _initialize_filesystem (void) Set assumed file system kind for target reported file names"), _("\ Show assumed file system kind for target reported file names"), _("\ -If `unix', target file names (e.g., loaded shared library file names) \n\ -starting the forward slash (`/') character are considered absolute, \n\ -and the directory separator character is the forward slash (`/'). If \n\ -`dos-based', target file names starting with a drive letter followed \n\ -by a colon (e.g., `c:'), are also considered absolute, and the \n\ -backslash (`\\') is also considered a directory separator. Set to \n\ -`auto' (which is the default), to let GDB decide, based on its \n\ +If `unix', target file names (e.g., loaded shared library file names)\n\ +starting the forward slash (`/') character are considered absolute,\n\ +and the directory separator character is the forward slash (`/'). If\n\ +`dos-based', target file names starting with a drive letter followed\n\ +by a colon (e.g., `c:'), are also considered absolute, and the\n\ +backslash (`\\') is also considered a directory separator. Set to\n\ +`auto' (which is the default), to let GDB decide, based on its\n\ knowledge of the target operating system."), NULL, /* setfunc */ show_target_file_system_kind_command, -- cgit v1.1