Skip to content

Commit 43802a6

Browse files
committed
Fix usage of tabs for manpage generator (scdoc)
1 parent 94fe670 commit 43802a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manpage/ydotool.1.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Currently implemented command(s):
101101
- 0x07 - TASK
102102
- 0x40 - Mouse down
103103
- 0x80 - Mouse up
104-
104+
105105
Examples:
106106

107107
- 0x00: chooses left button, but does nothing (you can use this to implement extra sleeps)

manpage/ydotoold.8.scd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ ydotoold \- daemon for *ydotool*(1)
2121
Set socket permission.
2222

2323
*-o*, *--socket-own=UID:GID*
24-
Socket ownership.
24+
Socket ownership.
2525

2626
*-m*, *--mouse-off*
27-
Disable mouse (EV_REL)
27+
Disable mouse (EV_REL)
2828

2929
*-k*, *--keyboard-off*
30-
Disable keyboard (EV_KEY)
30+
Disable keyboard (EV_KEY)
3131
3232
*-T*, *--touch-on*
33-
Enable touchscreen (EV_ABS)
33+
Enable touchscreen (EV_ABS)
3434

3535
*-h*, *--help*
3636
Display help and exit.

0 commit comments

Comments
 (0)