From: Mark Wooding Date: Fri, 26 Oct 2012 18:25:47 +0000 (+0100) Subject: Merge branch 'master' of git.distorted.org.uk:public-git/misc X-Git-Tag: 1.2.8.1~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/commitdiff_plain/910510e4671b26ebd62eff162f5207d28a58a39d?ds=sidebyside;hp=-c Merge branch 'master' of git.distorted.org.uk:public-git/misc * 'master' of git.distorted.org.uk:public-git/misc: xtitle.c: Ignore boring return codes better. hush.1.in: Fix some stupid (but relatively minor) formatting foulups. --- 910510e4671b26ebd62eff162f5207d28a58a39d diff --combined hush.1.in index b84465c,3e3051a..d849700 --- a/hush.1.in +++ b/hush.1.in @@@ -46,7 -46,7 +46,7 @@@ version number to standard output, and .BI "\-d " directory Write log files to .I directory -rather than the default, +rather than the default, .BR "@logdir@" . .TP .BI "\-m " email-address @@@ -64,9 -64,10 +64,10 @@@ log files are left .TP .BI "\-p " mode Set the permissions on the logfile to - .I mode , + .IR mode , a mode specification acceptable to - .BR chmod (1), though relative permissions will be applied to mode + .BR chmod (1), + though relative permissions will be applied to mode .B 600 (i.e., .BR u=rw,og= ).