Skip to content

Commit 7fee8db

Browse files
committed
[fix] Scdoc error: no leading space before list
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
1 parent 4048075 commit 7fee8db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ POLKIT_DIR := /usr/share/polkit-1/actions
55
POLKIT_POLICY_FILE := com.github.swhkd.pkexec.policy
66
# Remember to edit the TARGET_DIR in policy file too if you do change it.
77
TARGET_DIR := /usr/bin
8-
MAN1_DIR:= /usr/share/man/man1
9-
MAN5_DIR:= /usr/share/man/man5
10-
VERSION=$(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/["]/, "", $$2); printf("%s",$$2) }' Cargo.toml)
8+
MAN1_DIR := /usr/share/man/man1
9+
MAN5_DIR := /usr/share/man/man5
10+
VERSION = $(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/["]/, "", $$2); printf("%s",$$2) }' Cargo.toml)
1111

1212
all: build
1313

swhkd.1.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ More about the config file syntax in `swhkd(5)`
3838
*-d*, *--debug*
3939
Enable debug mode.
4040

41-
-D --device <DEVICE_NAME>
41+
*-D, --device* <DEVICE_NAME>
4242
Manually set the keyboard devices to use. Can occur multiple times.
4343

4444
# SIGNALS

0 commit comments

Comments
 (0)