Skip to content

docs: fix typo in --tranfer-sleep-lock #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.3.0
-----

* New option --tranfer-sleep-lock gives lockers control over the inhibit delay.
* New option --transfer-sleep-lock gives lockers control over the inhibit delay.
Two bash scripts are included to use this with existing lockers. (Bumps
required glib version from 2.30 to 2.32.)

Expand Down
4 changes: 2 additions & 2 deletions doc/xss-lock.1.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Options
screen before locking. For an example, see the script
*@CMAKE_INSTALL_PREFIX@/share/doc/xss-lock/dim-screen.sh*.

-l, --tranfer-sleep-lock
-l, --transfer-sleep-lock
Allow the locker process to inherit the file descriptor that
represents the delay lock obtained from the login manager. The
corresponding index will be made available in the environment
Expand Down Expand Up @@ -136,7 +136,7 @@ Examples

.. note::
A script is provided to use **i3lock**'s forking mode with the
``--tranfer-sleep-lock`` option (see above).
``--transfer-sleep-lock`` option (see above).

See also
========
Expand Down