File: fix-manpages.patch

package info (click to toggle)
libchardet 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,444 kB
  • sloc: sh: 11,197; cpp: 5,181; ansic: 205; makefile: 108
file content (53 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
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
From: Boyuan Yang <byang@debian.org>
Date: Thu, 24 Apr 2025 11:18:26 -0400
Subject: Fix some errors in the manpage

---
 man/en/detect.3            | 6 +++---
 man/en/detect_handledata.3 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/en/detect.3 b/man/en/detect.3
index 2ec6fbe..2b4dc34 100644
--- a/man/en/detect.3
+++ b/man/en/detect.3
@@ -38,7 +38,7 @@ length of input string for detecting
 .TP
 .B outbuf
 .br
-Stroing inforamtion of
+Storing inforamtion of
 .B inbuf.
 The structure of
 .B outbuf
@@ -53,7 +53,7 @@ is follows.
 
 The
 .B outbuf
-variable is must initialized by
+variable must be initialized by
 .BI detect_obj_init
 API before calling this detect api.
 
@@ -81,7 +81,7 @@ with
 .TP
 .B CHARDET_OUT_OF_MEMORY
 .br
-Occuring
+Occurring
 .B "out of memory"
 at internal API
 
diff --git a/man/en/detect_handledata.3 b/man/en/detect_handledata.3
index 483ccbe..40eb950 100644
--- a/man/en/detect_handledata.3
+++ b/man/en/detect_handledata.3
@@ -89,7 +89,7 @@ with
 .TP
 .B CHARDET_OUT_OF_MEMORY
 .br
-Occuring
+Occurring
 .B "out of memory"
 at internal API