2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / filesystem.c
index 38a597d64bef34e5dc30376dd55f5fc5a99fdb37..e1d2014a0de77beff79fb95b4c6fb1e516b64183 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle different target file systems for GDB, the GNU Debugger.
 
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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,
This page took 0.026282 seconds and 4 git commands to generate.