wok view dislocker/stuff/fix-spelling.patch @ rev 23707

updated tor (0.4.1.7 -> 0.4.2.7)
author Hans-G?nter Theisgen
date Tue Apr 28 14:16:50 2020 +0100 (2020-04-28)
parents
children
line source
1 Description: Fix a few typos on the manpages and source code.
2 Author: Giovani Augusto Ferreira <giovani@debian.org>
3 Last-Update: 2016-07-07
4 Index: dislocker-0.7.1/man/linux/dislocker-file.1
5 ===================================================================
6 --- dislocker-0.7.1.orig/man/linux/dislocker-file.1
7 +++ dislocker-0.7.1/man/linux/dislocker-file.1
8 @@ -2,7 +2,7 @@
9 .\"
10 .TH DISLOCKER 1 2011-09-07 "Linux" "DISLOCKER"
11 .SH NAME
12 -Dislocker file - Read BitLocker encrypted volumes under Linux, OSX and FreeBSD.
13 +Dislocker-file \- Read BitLocker encrypted volumes under Linux, OSX and FreeBSD.
14 .SH SYNOPSIS
15 dislocker-file [-hqrsv] [-l \fILOG_FILE\fR] [-O \fIOFFSET\fR] [-V \fIVOLUME\fR \fIDECRYPTMETHOD\fR -F[\fIN\fR]] [--] \fINTFS_FILE\fR
17 @@ -16,7 +16,7 @@ This NTFS file won't have any link with
18 .SH OPTIONS
19 For program's options description, see dislocker-fuse(1). The only change in the command line is the last argument, which in this case is the \fINTFS_FILE\fR argument:
20 .PP
21 -.TB
22 +.TP
23 .B NTFS_FILE
24 the newly created file where NTFS data will be put to, once decrypted from the BitLocker encrypted volume.
25 .SH EXAMPLES
26 Index: dislocker-0.7.1/man/linux/dislocker-fuse.1
27 ===================================================================
28 --- dislocker-0.7.1.orig/man/linux/dislocker-fuse.1
29 +++ dislocker-0.7.1/man/linux/dislocker-fuse.1
30 @@ -2,7 +2,7 @@
31 .\"
32 .TH DISLOCKER-FUSE 1 2011-09-07 "Linux" "DISLOCKER-FUSE"
33 .SH NAME
34 -Dislocker fuse - Read/write BitLocker encrypted volumes under Linux, OSX and FreeBSD.
35 +Dislocker-fuse \- Read/write BitLocker encrypted volumes under Linux, OSX and FreeBSD.
36 .SH SYNOPSIS
37 dislocker-fuse [-hqrsv] [-l \fILOG_FILE\fR] [-O \fIOFFSET\fR] [-V \fIVOLUME\fR \fIDECRYPTMETHOD\fR -F[\fIN\fR]] [-- \fIARGS\fR...]
39 @@ -49,7 +49,7 @@ do NOT display any information.
40 This option has priority on any previous `\fB-v\fR'. One probably wants to check the return value of the program when using this option
41 .TP
42 .B -r, --readonly
43 -do not allow to write on the BitLocker volume (read only mode)
44 +do not allow one to write on the BitLocker volume (read only mode)
45 .TP
46 .B -s, --stateok
47 do not check the volume's state, assume it's ok to mount it.
48 Index: dislocker-0.7.1/src/metadata/datums.c
49 ===================================================================
50 --- dislocker-0.7.1.orig/src/metadata/datums.c
51 +++ dislocker-0.7.1/src/metadata/datums.c
52 @@ -326,7 +326,7 @@ void print_datum_key(DIS_LOGS level, voi
53 datum_key_t* datum = (datum_key_t*) vdatum;
54 char* cipher_str = cipherstr((cipher_t) datum->algo);
56 - dis_printf(level, "Unkown: \n");
57 + dis_printf(level, "Unknown: \n");
58 hexdump(level, (void*) &datum->padd, 2);
59 dis_printf(level, "Algo: %s (%#hx)\n", cipher_str, datum->algo);
60 dis_printf(level, "Key:\n");
61 @@ -367,7 +367,7 @@ void print_datum_stretch_key(DIS_LOGS le
62 {
63 datum_stretch_key_t* datum = (datum_stretch_key_t*) vdatum;
65 - dis_printf(level, "Unkown: \n");
66 + dis_printf(level, "Unknown: \n");
67 hexdump(level, (void*) &datum->padd, 2);
68 dis_printf(level, "Algo: %#x\n", datum->algo);
69 dis_printf(level, "Salt: \n");
70 Index: dislocker-0.7.1/src/metadata/metadata.c
71 ===================================================================
72 --- dislocker-0.7.1.orig/src/metadata/metadata.c
73 +++ dislocker-0.7.1/src/metadata/metadata.c
74 @@ -202,7 +202,7 @@ int dis_metadata_initialize(dis_metadata
75 {
76 dis_printf(
77 L_CRITICAL,
78 - "A problem occured during the retrieving of metadata. Abort.\n"
79 + "A problem occurred during the retrieving of metadata. Abort.\n"
80 );
81 return DIS_RET_ERROR_METADATA_CHECK;
82 }
83 Index: dislocker-0.7.1/src/metadata/print_metadata.c
84 ===================================================================
85 --- dislocker-0.7.1.orig/src/metadata/print_metadata.c
86 +++ dislocker-0.7.1/src/metadata/print_metadata.c
87 @@ -59,7 +59,7 @@ void print_volume_header(DIS_LOGS level,
88 format_guid(volume_header->guid, rec_id);
91 - dis_printf(level, "=====[ Volume header informations ]=====\n");
92 + dis_printf(level, "=====[ Volume header information ]=====\n");
93 dis_printf(level, " Signature: '%.8s'\n", volume_header->signature);
94 dis_printf(level, " Sector size: 0x%1$04x (%1$hu) bytes\n", volume_header->sector_size);
95 dis_printf(level, " Sector per cluster: 0x%1$02x (%1$hhu) bytes\n", volume_header->sectors_per_cluster);
96 @@ -122,7 +122,7 @@ void print_information(DIS_LOGS level, d
97 dis_printf(level, " Current state: %s (%hu)\n", get_state_str(information->curr_state), information->curr_state);
98 dis_printf(level, " Next state: %s (%hu)\n", get_state_str(information->next_state), information->next_state);
99 dis_printf(level, " Encrypted volume size: %1$" PRIu64 " bytes (%1$#" PRIx64 "), ~%2$" PRIu64 " MB\n", information->encrypted_volume_size, information->encrypted_volume_size / (1024*1024));
100 - dis_printf(level, " Size of convertion region: %1$#x (%1$u)\n", information->convert_size);
101 + dis_printf(level, " Size of conversion region: %1$#x (%1$u)\n", information->convert_size);
102 dis_printf(level, " Number of boot sectors backuped: %1$u sectors (%1$#x)\n", information->nb_backup_sectors);
103 dis_printf(level, " First metadata header offset: %#" PRIx64 "\n", information->information_off[0]);
104 dis_printf(level, " Second metadata header offset: %#" PRIx64 "\n", information->information_off[1]);
105 @@ -187,7 +187,7 @@ void print_eow_infos(DIS_LOGS level, dis
107 bitlocker_eow_infos_t* eow_infos = dis_meta->eow_information;
109 - dis_printf(level, "=======================[ BitLocker EOW informations ]========================\n");
110 + dis_printf(level, "=======================[ BitLocker EOW information ]========================\n");
111 dis_printf(level, " Signature: '%.8s'\n", eow_infos->signature);
112 dis_printf(level, " Structure size: 0x%1$04x (%1$hu)\n", eow_infos->header_size);
113 dis_printf(level, " On-disk size: 0x%1$04x (%1$hu)\n", eow_infos->infos_size);
114 @@ -243,7 +243,7 @@ void print_data(DIS_LOGS level, dis_meta
115 break;
117 dis_printf(level, "\n");
118 - dis_printf(level, "=======[ Datum n°%d informations ]=======\n", ++loop);
119 + dis_printf(level, "=======[ Datum n°%d information ]=======\n", ++loop);
120 print_one_datum(level, data);
121 dis_printf(level, "=========================================\n");
123 Index: dislocker-0.7.1/src/config.c
124 ===================================================================
125 --- dislocker-0.7.1.orig/src/config.c
126 +++ dislocker-0.7.1/src/config.c
127 @@ -181,7 +181,7 @@ PROGNAME " by " AUTHOR ", v" VERSION " (
128 " -p, --recovery-password=[RECOVERY_PASSWORD]\n"
129 " decrypt volume using the recovery password method\n"
130 " -q, --quiet do NOT display anything\n"
131 -" -r, --readonly do not allow to write on the BitLocker volume\n"
132 +" -r, --readonly do not allow one to write on the BitLocker volume\n"
133 " -s, --stateok do not check the volume's state, assume it's ok to mount it\n"
134 " -u, --user-password=[USER_PASSWORD]\n"
135 " decrypt volume using the user password method\n"
136 Index: dislocker-0.7.1/man/linux/dislocker-find.1
137 ===================================================================
138 --- dislocker-0.7.1.orig/man/linux/dislocker-find.1
139 +++ dislocker-0.7.1/man/linux/dislocker-find.1
140 @@ -2,7 +2,7 @@
141 .\"
142 .TH DISLOCKER-FIND 1 2011-09-07 "Linux" "DISLOCKER-FIND"
143 .SH NAME
144 -Dislocker find - Find BitLocker-encrypted volumes.
145 +Dislocker-find \- Find BitLocker-encrypted volumes.
146 .SH SYNOPSIS
147 dislocker-find [-h] [files...]
148 .SH DESCRIPTION