Bug#916188: misc-manuals: Fixes

2018-12-11 Thread Theodore Y. Ts'o
tags 916188 +pending
thanks

Thanks for sending the patch.  I've applied it to the e2fsprogs maint
branch.

- Ted



Bug#916188: misc-manuals: Fixes

2018-12-10 Thread Bjarni Ingi Gislason
Package: e2fsprogs
Version: 1.44.4-2
Severity: minor
Tags: patch

Dear Maintainer,

  I have created a patch for the following defects:

  1) Two-fonts macros:

  Change them to a one-font one, when there is only one genuine
argument.

  Separate a punctuation mark or a section number from the only
argument to make two.

  2) Remove an unneeded escape in front of a horizontal tab character.

  3) Correct the unit for distance from 'in' to 'i'.

  The patch is in the attachment.

-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.20-2 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages e2fsprogs depends on:
ii  libblkid12.32.1-0.1
ii  libc62.27-8
ii  libcom-err2  1.44.4-2
ii  libext2fs2   1.44.4-2
ii  libss2   1.44.4-2
ii  libuuid1 2.32.1-0.1

Versions of packages e2fsprogs recommends:
pn  e2fsprogs-l10n  

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  
pn  fuse2fs
pn  gpart  
pn  parted 

-- no debconf information

-- 
Bjarni I. Gislason
>From 1c785b21cc7c2c54c044e0c2752f464f33a5d992 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason 
Date: Tue, 11 Dec 2018 01:49:22 +
Subject: [PATCH] Fixes in some manuals in the "misc" directory

  Change a two-fonts macro to a one-font one, when there is only one
genuine argument.

  Separate a punctuation mark or a section number from the only
argument to make two for a two-fonts macro.

  Remove an unneeded escape in front of a horizontal tab character.

  Correct the unit for distance from 'in' to 'i'.

Signed-off-by: Bjarni Ingi Gislason 
---
 misc/e2freefrag.8.in  |  4 ++--
 misc/e2mmpstatus.8.in |  6 +++---
 misc/ext4.5.in| 10 +-
 misc/filefrag.8.in|  2 +-
 misc/mke2fs.8.in  | 22 +++---
 misc/mke2fs.conf.5.in |  4 ++--
 misc/tune2fs.8.in | 14 +++---
 7 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/misc/e2freefrag.8.in b/misc/e2freefrag.8.in
index 564be741..51faf436 100644
--- a/misc/e2freefrag.8.in
+++ b/misc/e2freefrag.8.in
@@ -23,7 +23,7 @@ The
 program will scan the block bitmap information to check how many free blocks
 are present as contiguous and aligned free space. The percentage of contiguous
 free blocks of size and of alignment
-.IR chunk_kb
+.I chunk_kb
 is reported.  It also displays the minimum/maximum/average free chunk size in
 the filesystem, along with a histogram of all free chunks.  This information
 can be used to gauge the level of free space fragmentation in the filesystem.
@@ -37,7 +37,7 @@ will print how many free chunks of size
 are available in units of kilobytes (Kb).  The chunk size must be a
 power of two and be larger than filesystem block size.
 .TP
-.BI \-h
+.B \-h
 Print the usage of the program.
 .SH EXAMPLE
 # e2freefrag /dev/vgroot/lvhome
diff --git a/misc/e2mmpstatus.8.in b/misc/e2mmpstatus.8.in
index f7d9557e..5f0e9dbb 100644
--- a/misc/e2mmpstatus.8.in
+++ b/misc/e2mmpstatus.8.in
@@ -34,11 +34,11 @@ the filesystem being modified simultaneously by more than 
one node.
 It is NOT safe to mount a filesystem when one of the following conditions
 is true:
 .br
-\  1. e2fsck is running on the filesystem.
+   1. e2fsck is running on the filesystem.
 .br
-\  2. the filesystem is in use by another node.
+   2. the filesystem is in use by another node.
 .br
-\  3. The MMP block is corrupted or cannot be read for some reason.
+   3. The MMP block is corrupted or cannot be read for some reason.
 .br
 The
 .B e2mmpstatus
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
index 86bf3b54..2a557d6e 100644
--- a/misc/ext4.5.in
+++ b/misc/ext4.5.in
@@ -191,7 +191,7 @@ the
 option to
 .BR mke2fs (8)
 or
-.BR tune2fs(8).
+.BR tune2fs(8) .
 .TP
 .B large_dir
 .br
@@ -766,13 +766,13 @@ ext4, 3.16
 ext4, 3.18
 .IP "\fBencrypt\fR" 2i
 ext4, 4.1
-.IP "\fBmetadata_csum_seed\fR" 2in
+.IP "\fBmetadata_csum_seed\fR" 2i
 ext4, 4.4
-.IP "\fBproject\fR" 2in
+.IP "\fBproject\fR" 2i
 ext4, 4.5
-.IP "\fBea_inode\fR" 2in
+.IP "\fBea_inode\fR" 2i
 ext4, 4.13
-.IP "\fBlarge_dir\fR" 2in
+.IP "\fBlarge_dir\fR" 2i
 ext4, 4.13
 .SH SEE ALSO
 .BR mke2fs (8),
diff --git a/misc/filefrag.8.in b/misc/filefrag.8.in
index 292b3b7d..5292672f 100644
--- a/misc/filefrag.8.in
+++ b/misc/filefrag.8.in
@@ -43,7 +43,7 @@ is unspecified it defaults to 1024 bytes.
 .B \-e
 Print output in extent format, even for block-mapped files.
 .TP
-.BI \-k
+.B \-k
 Use 1024\-byte blocksize for output (identical to '\-b 1024').
 .TP
 .B \-s
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 4a2aa8fd..7162494a 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -363,7 +363,7 @@ small risk