Description: Fix a few typos on the manpages and source code.
Author: Giovani Augusto Ferreira <giovani@debian.org>
Author: Sven Geuer <sge@debian.org>
Last-Update: 2024-09-04
--- a/man/linux/dislocker-file.1
+++ b/man/linux/dislocker-file.1
@@ -2,7 +2,7 @@
 .\"
 .TH DISLOCKER 1 2011-09-07 "Linux" "DISLOCKER"
 .SH NAME
-Dislocker file - Read BitLocker encrypted volumes under Linux, OSX and FreeBSD.
+Dislocker-file \- Read BitLocker encrypted volumes under Linux, OSX and FreeBSD.
 .SH SYNOPSIS
 dislocker-file [-hqrsv] [-l \fILOG_FILE\fR] [-O \fIOFFSET\fR] [-V \fIVOLUME\fR \fIDECRYPTMETHOD\fR -F[\fIN\fR]] [--] \fINTFS_FILE\fR
 
@@ -16,7 +16,7 @@
 .SH OPTIONS
 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:
 .PP
-.TB
+.TP
 .B NTFS_FILE
 the newly created file where NTFS data will be put to, once decrypted from the BitLocker encrypted volume.
 .SH EXAMPLES
--- a/man/linux/dislocker-fuse.1
+++ b/man/linux/dislocker-fuse.1
@@ -2,7 +2,7 @@
 .\"
 .TH DISLOCKER-FUSE 1 2011-09-07 "Linux" "DISLOCKER-FUSE"
 .SH NAME
-Dislocker fuse - Read/write BitLocker encrypted volumes under Linux, OSX and FreeBSD.
+Dislocker-fuse \- Read/write BitLocker encrypted volumes under Linux, OSX and FreeBSD.
 .SH SYNOPSIS
 dislocker-fuse [-hqrsv] [-l \fILOG_FILE\fR] [-O \fIOFFSET\fR] [-V \fIVOLUME\fR \fIDECRYPTMETHOD\fR -F[\fIN\fR]] [-- \fIARGS\fR...]
 
@@ -53,7 +53,7 @@
 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
 .TP
 .B -r, --readonly
-do not allow to write on the BitLocker volume (read only mode)
+do not allow one to write on the BitLocker volume (read only mode)
 .TP
 .B -s, --stateok
 do not check the volume's state, assume it's ok to mount it.
--- a/src/metadata/print_metadata.c
+++ b/src/metadata/print_metadata.c
@@ -59,7 +59,7 @@
 	format_guid(volume_header->guid, rec_id);
 
 
-	dis_printf(level, "=====[ Volume header informations ]=====\n");
+	dis_printf(level, "=====[ Volume header information ]=====\n");
 	dis_printf(level, "  Signature: '%.8s'\n", volume_header->signature);
 	dis_printf(level, "  Sector size: 0x%1$04x (%1$hu) bytes\n", volume_header->sector_size);
 	dis_printf(level, "  Sector per cluster: 0x%1$02x (%1$hhu) bytes\n", volume_header->sectors_per_cluster);
@@ -187,7 +187,7 @@
 
 	bitlocker_eow_infos_t* eow_infos = dis_meta->eow_information;
 
-	dis_printf(level, "=======================[ BitLocker EOW informations ]========================\n");
+	dis_printf(level, "=======================[ BitLocker EOW information ]========================\n");
 	dis_printf(level, "  Signature: '%.8s'\n", eow_infos->signature);
 	dis_printf(level, "  Structure size: 0x%1$04x (%1$hu)\n", eow_infos->header_size);
 	dis_printf(level, "  On-disk size: 0x%1$04x (%1$hu)\n", eow_infos->infos_size);
@@ -243,7 +243,7 @@
 			break;
 
 		dis_printf(level, "\n");
-		dis_printf(level, "=======[ Datum n°%d informations ]=======\n", ++loop);
+		dis_printf(level, "=======[ Datum n°%d information ]=======\n", ++loop);
 		print_one_datum(level, data);
 		dis_printf(level, "=========================================\n");
 
--- a/src/config.c
+++ b/src/config.c
@@ -189,7 +189,7 @@
 "    -p, --recovery-password=[RECOVERY_PASSWORD]\n"
 "                          decrypt volume using the recovery password method\n"
 "    -q, --quiet           do NOT display anything\n"
-"    -r, --readonly        do not allow to write on the BitLocker volume\n"
+"    -r, --readonly        do not allow one to write on the BitLocker volume\n"
 "    -s, --stateok         do not check the volume's state, assume it's ok to mount it\n"
 "    -u, --user-password=[USER_PASSWORD]\n"
 "                          decrypt volume using the user password method\n"
--- a/man/linux/dislocker-find.1
+++ b/man/linux/dislocker-find.1
@@ -2,7 +2,7 @@
 .\"
 .TH DISLOCKER-FIND 1 2011-09-07 "Linux" "DISLOCKER-FIND"
 .SH NAME
-Dislocker find - Find BitLocker-encrypted volumes.
+Dislocker-find \- Find BitLocker-encrypted volumes.
 .SH SYNOPSIS
 dislocker-find [-h] [files...]
 .SH DESCRIPTION
