From a960e5c43989b7d6a11401498f18c43d6ad20ee5 Mon Sep 17 00:00:00 2001 From: Arseny Maslennikov Date: Tue, 1 Aug 2017 01:25:56 +0300 Subject: [PATCH] ncmpcpp.1: Fix indentation The whole man page content from the "CONFIGURATION" header to the end happens to be indented by an extraneous tab due to a random .TP. --- doc/ncmpcpp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 2cc5f25d..22d5dfb1 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -41,7 +41,7 @@ Display help. .TP .B \-v, \-\-version Display version information. -.TP + .SH "CONFIGURATION" When ncmpcpp starts, it tries to read user's settings from $HOME/.ncmpcpp/config and $XDG_CONFIG_HOME/ncmpcpp/config files. If no configuration is found, ncmpcpp uses its default configuration. An example configuration file containing all default values is provided with ncmpcpp and can be usually found in /usr/share/doc/ncmpcpp (exact location may depend on used distribution or configure prefix).