From 25d91f46ca77af5fb6fd5d8ccd117ea2f7ec1534 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Fri, 10 Jul 2020 01:47:36 +0530 Subject: [PATCH] Removed mention of INT_MIN regarding sigval in readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9740e7..c46c93a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,8 @@ as instructed on the page. # Signaling changes 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 -`limits.h` (`-2147483648` on my system). If provided, it is passed as the first -argument to the program specified for updating the block. +`sigval` is optional and must be an integer. If provided, it is passed as the +first argument to the program specified for updating the block. # xgetrootname