git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f001f
)
Fix #3954
author
Volker Lendecke
<vl@samba.org>
Sat, 14 Mar 2009 11:39:55 +0000
(12:39 +0100)
committer
Volker Lendecke
<vl@samba.org>
Sat, 14 Mar 2009 11:39:55 +0000
(12:39 +0100)
source/client/mount.cifs.c
patch
|
blob
|
history
diff --git
a/source/client/mount.cifs.c
b/source/client/mount.cifs.c
index d05115b892d3d7aa207ad9df8dce7e53471ed9e5..8b62ef73fe8407b9a1782b768498284a9d308f40 100644
(file)
--- a/
source/client/mount.cifs.c
+++ b/
source/client/mount.cifs.c
@@
-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;
}