Fix #3954
authorVolker Lendecke <vl@samba.org>
Sat, 14 Mar 2009 11:39:55 +0000 (12:39 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 17:03:50 +0000 (18:03 +0100)
source/client/mount.cifs.c

index d05115b892d3d7aa207ad9df8dce7e53471ed9e5..8b62ef73fe8407b9a1782b768498284a9d308f40 100644 (file)
@@ -1449,7 +1449,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;
        }