diff -ru samba-3.3.0~/source/client/mount.cifs.c samba-3.3.0/source/client/mount.cifs.c --- samba-3.3.0~/source/client/mount.cifs.c 2009-02-24 09:27:10.000000000 -0800 +++ samba-3.3.0/source/client/mount.cifs.c 2009-02-24 09:28:51.000000000 -0800 @@ -1435,7 +1435,7 @@ } } 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; }