]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Subject: docs: remove unnecessary paragraph macros
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Fri, 10 Jul 2020 00:12:44 +0000 (00:12 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Jul 2020 08:37:49 +0000 (10:37 +0200)
commitdb850f3c19df8dd5aee47ac403641e46f5862acc
treecc03a024959d8209dd62488df11de3413cb3c85c
parentb11861d7a03bb7f914f301e89f92a8aae986a7ee
Subject: docs: remove unnecessary paragraph macros

  Remove a second paragraph macro (.TP, .PP) as it does not change the
output (.SS/.PP) or it adds an extra empty line (.TP/.TP)

  Warning from "mandoc -Tlint":

mandoc: ./sys-utils/hwclock.8.in:299:2: WARNING: line scope broken: TP breaks TP
mandoc: ./sys-utils/hwclock.8.in:459:2: WARNING: skipping paragraph macro: PP after SS
mandoc: ./sys-utils/hwclock.8.in:543:2: WARNING: skipping paragraph macro: PP after SS
mandoc: ./sys-utils/hwclock.8.in:574:2: WARNING: skipping paragraph macro: PP after SS
mandoc: ./sys-utils/hwclock.8.in:673:2: WARNING: skipping paragraph macro: PP after SS
mandoc: ./sys-utils/hwclock.8.in:721:2: WARNING: skipping paragraph macro: PP after SS

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
sys-utils/hwclock.8.in