diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-14 12:39:55 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-14 12:40:58 +0100 |
commit | 8174a90e43e0722c744257c92775d3bb9a581901 (patch) | |
tree | 1160c724c9a4de7b346b1e6f748de80ecd90f32a /source3/client | |
parent | c3227b6233665c372bf0ace3317c0ab1334a547e (diff) | |
download | samba-8174a90e43e0722c744257c92775d3bb9a581901.tar.gz |
Fix #3954
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/mount.cifs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c index 8623d3c04b5..0c551cce755 100644 --- a/source3/client/mount.cifs.c +++ b/source3/client/mount.cifs.c @@ -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; } |