Here is a patch removing the confusing section from the manpage.
>From cf7d5826bb9a17c68403f81ba9c9b346497c9c70 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant <[email protected]> Date: Tue, 14 Nov 2017 09:17:09 +0000 Subject: [PATCH] Remove confusing SEE ALSO section in manpages
Gbp-Dch: Short Thanks: Matthias Urlichs for reporting Closes: #877701 --- debian/yapf.1 | 2 -- debian/yapf3.1 | 2 -- 2 files changed, 4 deletions(-) diff --git a/debian/yapf.1 b/debian/yapf.1 index dccfae6..66c774d 100644 --- a/debian/yapf.1 +++ b/debian/yapf.1 @@ -48,5 +48,3 @@ don't search for local style definition (.style.yapf) .IP [\-\-style STYLE] [\-\-style\-help] [\-\-no\-local\-style] [files [files ...]] -.SH "SEE ALSO" -More detailed information can be found in the html files in /usr/local/share/doc/yapf diff --git a/debian/yapf3.1 b/debian/yapf3.1 index 68f9dd7..e68dc72 100644 --- a/debian/yapf3.1 +++ b/debian/yapf3.1 @@ -48,5 +48,3 @@ don't search for local style definition (.style.yapf3) .IP [\-\-style STYLE] [\-\-style\-help] [\-\-no\-local\-style] [files [files ...]] -.SH "SEE ALSO" -More detailed information can be found in the html files in /usr/local/share/doc/yapf3 -- 2.14.1

