[kbd] [PATCH] docs/man/man1misc: Fix a warning from "groff" and spaces

Bjarni Ingi Gislason <[email protected]> Fri, 20 Mar 2020 02:12:24 +0000
Newsgroups dev.linux.lists.kbd
Message-ID <[email protected]>
1) Remove space at end of lines:

splitfont.1:9:.I fontfile
splitfont.1:18:This works for Linux console fonts, without PSF headers,

2) Fix a warning from "groff".

Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

  [ "test-groff" is a developmental version of "groff" ]

Input file is ./docs/man/man1misc/splitfont.1

troff: <docs/man/man1misc/splitfont.1>:14: warning: macro 'splitfont' not defined (possibly missing space after 'sp')

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
 docs/man/man1misc/splitfont.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/man/man1misc/splitfont.1 b/docs/man/man1misc/splitfont.1
index 573bc3b..60e1b1d 100644
--- a/docs/man/man1misc/splitfont.1
+++ b/docs/man/man1misc/splitfont.1
@@ -6,16 +6,16 @@ splitfont \- extract characters from an ISO-type font.
 .SH SYNOPSIS
 .B
 splitfont
-.I fontfile 
+.I fontfile
 .I <character range>...
 
 .SH DESCRIPTION
 The command
-.splitfont
+.B splitfont
 removes characters from a given font file; it removes all the
 specified characters from the named font file.
 .P
-This works for Linux console fonts, without PSF headers, 
+This works for Linux console fonts, without PSF headers,
 and containing just 256 characters.
 .P
 The character range is of the form
-- 
2.25.1