From 7fee8db5034f867e38accaaff50101ff3dabbce1 Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sat, 25 Jun 2022 09:30:42 +0530 Subject: [PATCH] [fix] Scdoc error: no leading space before list Signed-off-by: Shinyzenith --- Makefile | 6 +++--- swhkd.1.scd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b0efb4c..b6b06eb 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ POLKIT_DIR := /usr/share/polkit-1/actions POLKIT_POLICY_FILE := com.github.swhkd.pkexec.policy # Remember to edit the TARGET_DIR in policy file too if you do change it. TARGET_DIR := /usr/bin -MAN1_DIR:= /usr/share/man/man1 -MAN5_DIR:= /usr/share/man/man5 -VERSION=$(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/["]/, "", $$2); printf("%s",$$2) }' Cargo.toml) +MAN1_DIR := /usr/share/man/man1 +MAN5_DIR := /usr/share/man/man5 +VERSION = $(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/["]/, "", $$2); printf("%s",$$2) }' Cargo.toml) all: build diff --git a/swhkd.1.scd b/swhkd.1.scd index ca54732..cfa6b70 100644 --- a/swhkd.1.scd +++ b/swhkd.1.scd @@ -38,7 +38,7 @@ More about the config file syntax in `swhkd(5)` *-d*, *--debug* Enable debug mode. --D --device +*-D, --device* Manually set the keyboard devices to use. Can occur multiple times. # SIGNALS