Skip to content

Commit ac76271

Browse files
authored
Merge pull request #240 from Paiusco/fix/tabs-under-manpage
Fix lack of tabs under manpage
2 parents b29a08c + e573cfb commit ac76271

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/push_pr_build_cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
shell: bash
4242
# Execute the build. You can specify a specific target with "--target <NAME>"
4343
run: |
44-
cmake --build . --config $BUILD_TYPE --target ydotool
45-
cmake --build . --config $BUILD_TYPE --target ydotoold
44+
cmake --build . --config $BUILD_TYPE
4645
4746
- name: Rename build files
4847
run: |

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)