Fix #3954
authorVolker Lendecke <vl@samba.org>
Sat, 14 Mar 2009 11:39:55 +0000 (12:39 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 14 Mar 2009 11:40:58 +0000 (12:40 +0100)
source3/client/mount.cifs.c

index 8623d3c04b537d3022f23b62e2da3aaca40f29ef..0c551cce7556932f6e00f9c48299697fb7563cd6 100644 (file)
@@ -1463,7 +1463,8 @@ mount_retry:
                        }
                }
                printf("mount error(%d): %s\n", errno, strerror(errno));
-               printf("Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)\n");
+               printf("Refer to the mount.cifs(8) manual page (e.g. man "
+                      "mount.cifs)\n");
                rc = EX_FAIL;
                goto mount_exit;
        }