~ubuntu-branches/debian/experimental/adjtimex/experimental

« back to all changes in this revision

Viewing changes to debian/patches/02-fix-manpage

  • Committer: Package Import Robot
  • Author(s): Joao Eriberto Mota Filho
  • Date: 2014-11-18 09:31:06 UTC
  • Revision ID: package-import@ubuntu.com-20141118093106-o1en8f2uo2i08vsg
Tags: 1.29-4
* QA upload.
* Bumped Standards-Version to 3.9.6.
* debian/control: removed an extra space from Depends field.
* debian/copyright: migrated to 1.0 (DEP5) format.
* debian/patches/:
    - 01-makefile.in-ldflags.diff: improved to allow full GCC hardening.
    - 02-fix-manpage: added to fix some hyphen used as minus sign.
* debian/rules:
    - Added the '-f' option to 'rm' command in override_dh_clean target.
    - Added the variable 'DEB_BUILD_MAINT_OPTIONS' to add all flags
      requested by blhc command.
* debian/watch: added a fake site to explain about the current
    status of the original upstream homepage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: fix some hyphen used as minus sign in manpage.
 
2
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
 
3
Last-Update: 2014-11-24
 
4
Index: adjtimex-1.29/adjtimex.8
 
5
===================================================================
 
6
--- adjtimex-1.29.orig/adjtimex.8
 
7
+++ adjtimex-1.29/adjtimex.8
 
8
@@ -19,7 +19,7 @@ may change them.
 
9
 .PP
 
10
 Your computer has two clocks - the "hardware clock" that runs all the
 
11
 time, and the system clock that runs only while the computer is on.
 
12
-Normally, "hwclock --hctosys" should be run
 
13
+Normally, "hwclock \-\-hctosys" should be run
 
14
 at startup to initialize the system clock.  
 
15
 The system clock has much better precision (approximately 1 usec), but
 
16
 the hardware clock probably has better long-term stability.  There are
 
17
@@ -179,8 +179,8 @@ or .0864 sec/day.  Thus, all of these ar
 
18
      \fB\-\-tick  9995 \--frequency  32768000\fP
 
19
      \fB\-\-tick 10000 \--frequency   6553600\fP
 
20
      \fB\-\-tick 10001 \--frequency         0\fP
 
21
-     \fB\-\-tick 10002 \--frequency  -6553600\fP
 
22
-     \fB\-\-tick 10005 \--frequency -32768000\fP
 
23
+     \fB\-\-tick 10002 \--frequency  \-6553600\fP
 
24
+     \fB\-\-tick 10005 \--frequency \-32768000\fP
 
25
 .fi
 
26
 To see the acceptable range for \fInewfreq\fP, use \-\-print and look at
 
27
 "tolerance", or try an illegal value (e.g. \-\-tick 0).
 
28
@@ -194,7 +194,7 @@ notes how long it has been since the las
 
29
 and then adjusts the frequency offset to correct for the apparent drift.  
 
30
 .\"The short range of this parameter makes it almost 
 
31
 .\"totally useless except for use with ntpd:
 
32
-\fIadj\fP must be in the range -512000...512000.
 
33
+\fIadj\fP must be in the range \-512000...512000.
 
34
 .IP "\fB\-S\fP \fIstatus\fP, \fB\-\-status\fP \fIstatus\fP"
 
35
 Set kernel system clock status register to value \fIstatus\fP. Look here
 
36
 above at the \fB\-\-print\fP switch section for the meaning of
 
37
@@ -329,7 +329,7 @@ To correct the rest of the error, you co
 
38
 in rc.local would approximately correct the system clock:
 
39
 
 
40
 .nf
 
41
-     adjtimex  --tick 9999  --freq 485452
 
42
+     adjtimex  \-\-tick 9999  \-\-freq 485452
 
43
 .fi
 
44
 .PP
 
45
 .\"}}}