summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-14 12:39:55 +0100
committerVolker Lendecke <vl@samba.org>2009-03-14 12:40:58 +0100
commit8174a90e43e0722c744257c92775d3bb9a581901 (patch)
tree1160c724c9a4de7b346b1e6f748de80ecd90f32a /source3/client
parentc3227b6233665c372bf0ace3317c0ab1334a547e (diff)
downloadsamba-8174a90e43e0722c744257c92775d3bb9a581901.tar.gz
samba-8174a90e43e0722c744257c92775d3bb9a581901.tar.bz2
samba-8174a90e43e0722c744257c92775d3bb9a581901.zip
Fix #3954
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/mount.cifs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c
index 8623d3c04b..0c551cce75 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;
}