File: FixManMinusSign.diff

package info (click to toggle)
clog 1.3.0%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 696 kB
  • sloc: cpp: 8,670; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,549 bytes parent folder | download | duplicates (3)
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
Description: Manual page has hyphen instead minus sign "-".
Author: Alejandro Garrido Mota <alejandro@debian.org>

--- a/doc/man/clog.1.in
+++ b/doc/man/clog.1.in
@@ -6,11 +6,11 @@
 .SH SYNOPSIS
 .B clog [<options>] [<section> ...]
 
-  -h|--help       Show this usage
-  -v|--version    Show this version
-  -d|--date       Prepend all lines with the current date
-  -t|--time       Prepend all lines with the current time
-  -f|--file       Override default ~/.clogrc
+  \-h|\-\-help       Show this usage
+  \-v|\-\-version    Show this version
+  \-d|\-\-date       Prepend all lines with the current date
+  \-t|\-\-time       Prepend all lines with the current time
+  \-f|\-\-file       Override default ~/.clogrc
 
 .SH DESCRIPTION
 Clog is a filter command, and therefore copies its input to its output.  But if
@@ -21,11 +21,11 @@
 the actions are specified, to colorize either the line or matching pattern, or
 perhaps to suppress the line.
 
-If --date is specified the current date, YYYY-MM-DD, is prepended to all lines.
+If \-\-date is specified the current date, YYYY-MM-DD, is prepended to all lines.
 
-If --time is specified the current time, HH:MM:SS, is prepended to all lines.
+If \-\-time is specified the current time, HH:MM:SS, is prepended to all lines.
 
-If --file is specified, an alternate configuration rc file may be specified.
+If \-\-file is specified, an alternate configuration rc file may be specified.
 Default is to ~/.clogrc
 
 One or more section arguments may be specified.  If none are provided, 'default'