From 0bb7e904d72213b29f890364e25796685ee377f4 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Fri, 18 May 2018 19:21:42 +0000 Subject: man: Use the correct macro for a font change of one argument Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason --- text-utils/column.1 | 6 +++--- text-utils/hexdump.1 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'text-utils') diff --git a/text-utils/column.1 b/text-utils/column.1 index b25748248..e81c8c1d6 100644 --- a/text-utils/column.1 +++ b/text-utils/column.1 @@ -42,13 +42,13 @@ The .B column utility formats its input into multiple columns. The util support three modes: .TP -.BR "columns are filled before rows" +.B columns are filled before rows This is the default mode (required by backward compatibility). .TP -.BR "rows are filled before columns" +.B rows are filled before columns This mode is enabled by option \fB-x, \-\-fillrows\fP .TP -.BR "table" +.B table Determine the number of columns the input contains and create a table. This mode is enabled by option \fB-t, \-\-table\fP and columns formatting is possible to modify by \fB\-\-table-*\fP options. Use this mode if not sure. diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1 index 5b7e8a4f0..23c32d70c 100644 --- a/text-utils/hexdump.1 +++ b/text-utils/hexdump.1 @@ -267,7 +267,7 @@ unit if both a value/\:string and an offset are specified. In that case the respective output string will be highlighted if and only if the value/\:string does not match the one at the offset. .TP -.BR COLOR +.B COLOR One of the 8 basic shell colors. .TP .B VALUE -- cgit v1.2.3-55-g7522