blob: b551177a3d130538656ed23c6c3a90ad465cf2b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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
|