diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-09 16:07:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-09 16:07:43 +0200 |
commit | e2e46d2bb990cadab12dc1e8852eb9ab69fe6d66 (patch) | |
tree | bc1508af51148324cb298167150ce7a51fc2071a /debian/patches/02-tell_about_downtime.diff | |
parent | 819a9ab222da57d6064a7cc9ad3e2c9ff0ef2f82 (diff) |
New Maintainer
Diffstat (limited to 'debian/patches/02-tell_about_downtime.diff')
-rw-r--r-- | debian/patches/02-tell_about_downtime.diff | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/debian/patches/02-tell_about_downtime.diff b/debian/patches/02-tell_about_downtime.diff new file mode 100644 index 0000000..b551177 --- /dev/null +++ b/debian/patches/02-tell_about_downtime.diff @@ -0,0 +1,68 @@ +Description: Make the call downtime(1) visible. + The upstream manpage downtimes(1) contains information + on the alternate call downtime(1), but this text is + escaped in the original source. Activate this text. + . + Two minor syntactical changes are made in passing. +Author: Mats Erik Andersson <debian@gisladisker.se> +Forwarded: yes +Last-Update: 2013-11-28 + +--- downtimed-0.6/downtimes.1.orig 2013-07-27 16:53:13.000000000 +0200 ++++ downtimed-0.6/downtimes.1 2013-11-28 23:30:57.000000000 +0100 +@@ -21,22 +21,22 @@ + .IR sleep \|] + .RB [\| \-u \|] + .br +-.\".B downtime +-.\".RB [\| \-d +-.\".IR downtimedbfile \|] +-.\".RB [\| \-f +-.\".IR timefmt \|] +-.\".RB [\| \-n +-.\".IR num \|] +-.\".RB [\| \-s +-.\".IR sleep \|] +-.\".RB [\| \-u \|] +-.\".br + .B downtimes + .B \-v +-.\".br +-.\".B downtime +-.\".B \-v ++.br ++.B downtime ++.RB [\| \-d ++.IR downtimedbfile \|] ++.RB [\| \-f ++.IR timefmt \|] ++.RB [\| \-n ++.IR num \|] ++.RB [\| \-s ++.IR sleep \|] ++.RB [\| \-u \|] ++.br ++.B downtime ++.B \-v + .SH DESCRIPTION + The + .B downtimes +@@ -44,12 +44,12 @@ + format. The downtime database is maintained by + .BR downtimed (8). + .PP +-.\"The singular form +-.\".B downtime +-.\"displays only details about the last time the system was down where +-.\"as the plural form +-.\".B downtimes +-.\"displays all the records in the database. ++The singular form ++.B downtime ++displays details only about the last time the system was down, ++whereas the plural form ++.B downtimes ++displays all records in the database. + The + .B \-n + option can be used to specify the number of downtime |