From: Ian Jackson Date: Tue, 29 Mar 2016 21:47:06 +0000 (+0100) Subject: Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt). X-Git-Tag: archive/debian/5.0.0~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=d4e42bf295490da6b6f4ab8d5249b158d774d450 Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt). --- diff --git a/cprogs/Makefile b/cprogs/Makefile index 68322f8..809381f 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -35,7 +35,8 @@ DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1 with-lock-ex.1 \ xduplic-copier.1 summer.1 MAN8PAGES= trivsoundd.8 really.8 -SEDDERYDOCS= watershed.txt +SEDDERYDOCS= watershed.txt cgi-fcgi-interp.txt \ + xbatmon-simple.txt rcopy-repeatedly.txt BUILTTXTDOCS= $(SEDDERYDOCS) TXTDOCS= $(BUILTTXTDOCS) diff --git a/cprogs/cgi-fcgi-interp.c b/cprogs/cgi-fcgi-interp.c index f455dbe..ef48cfd 100644 --- a/cprogs/cgi-fcgi-interp.c +++ b/cprogs/cgi-fcgi-interp.c @@ -69,7 +69,6 @@ * cgi-fcgi-interp automatically expires old sockets, including * ones where the named script is out of date. */ - /* * Uses one of two directories * /var/run/user//cgi-fcgi-interp/ diff --git a/cprogs/rcopy-repeatedly.c b/cprogs/rcopy-repeatedly.c index fc2741d..01a7218 100644 --- a/cprogs/rcopy-repeatedly.c +++ b/cprogs/rcopy-repeatedly.c @@ -24,7 +24,6 @@ * * See the --help for options. */ - /* * rcopy-repeatedly is * Copyright (C) 2008 Ian Jackson @@ -46,7 +45,6 @@ * Foundation's website at www.fsf.org, or the GNU Project website at * www.gnu.org. */ - /* * protocol is: * server sends banner diff --git a/debian/changelog b/debian/changelog index 6f70b83..6de61bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ chiark-utils (4.5.0~~iwj1) unstable; urgency=medium * New script `git-branchmove'. * New program `cgi-fcgi-interp'. * Install manpage summer(1). + * Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt). -- Ian Jackson Tue, 29 Mar 2016 22:35:23 +0100