Removed mention of INT_MIN regarding sigval in readme
This commit is contained in:
parent
f0ab123d74
commit
25d91f46ca
|
@ -33,9 +33,8 @@ as instructed on the page.
|
||||||
# Signaling changes
|
# Signaling changes
|
||||||
|
|
||||||
To signal a specific block to update, run `sigdwmblocks signal [sigval]`.
|
To signal a specific block to update, run `sigdwmblocks signal [sigval]`.
|
||||||
`sigval` is optional and must be an integer other than `INT_MIN` defined in
|
`sigval` is optional and must be an integer. If provided, it is passed as the
|
||||||
`limits.h` (`-2147483648` on my system). If provided, it is passed as the first
|
first argument to the program specified for updating the block.
|
||||||
argument to the program specified for updating the block.
|
|
||||||
|
|
||||||
# xgetrootname
|
# xgetrootname
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue