From 2c1ec7adb70fa2e42ad7cee8e32bd33db2c93aab Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 6 Jan 2024 14:05:30 -0500 Subject: [PATCH] Follow man page conventions The lintian utility (Debian's package lint tool) complains if a utility's man page doesn't start with a "NAME" section. While I'm here, rename "USAGE" to "SYNOPSIS" and "OVERVIEW" to "DESCRIPTION" to match man-pages(7). --- docs/keyd-application-mapper.scdoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/keyd-application-mapper.scdoc b/docs/keyd-application-mapper.scdoc index 1af948d..34ee5e2 100644 --- a/docs/keyd-application-mapper.scdoc +++ b/docs/keyd-application-mapper.scdoc @@ -1,10 +1,14 @@ keyd-application-mapper(1) -# USAGE +# NAME -keyd-application-mapper [-d] +keyd-application-mapper - remap keys when window focus changes -# OVERVIEW +# SYNOPSIS + +*keyd-application-mapper* [*-d*] + +# DESCRIPTION A script which reads _~/.config/keyd/app.conf_ and applies the supplied bindings whenever a window with a matching class comes into focus.