Skip to content

Commit

Permalink
[fix] Scdoc error: no leading space before list
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Jun 25, 2022
1 parent 4048075 commit 7fee8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion swhkd.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ More about the config file syntax in `swhkd(5)`
*-d*, *--debug*
Enable debug mode.

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

# SIGNALS
Expand Down

0 comments on commit 7fee8db

Please sign in to comment.