diff options
author | 2019-09-04 09:19:39 +0000 | |
---|---|---|
committer | 2019-09-04 09:19:39 +0000 | |
commit | c0932e70a69e24005ab776d66df78f246a16c716 (patch) | |
tree | 752be125d76460fcfc141132880986941a98fb2f /usr.bin/less/lsystem.c | |
parent | bump version (diff) | |
download | wireguard-openbsd-c0932e70a69e24005ab776d66df78f246a16c716.tar.xz wireguard-openbsd-c0932e70a69e24005ab776d66df78f246a16c716.zip |
adjust a variable name in a comment after the reorg in signal.c rev. 1.18
Diffstat (limited to 'usr.bin/less/lsystem.c')
-rw-r--r-- | usr.bin/less/lsystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/lsystem.c b/usr.bin/less/lsystem.c index 6d542c84c3b..7cae2a40dbd 100644 --- a/usr.bin/less/lsystem.c +++ b/usr.bin/less/lsystem.c @@ -131,7 +131,7 @@ lsystem(const char *cmd, const char *donemsg) /* * Since we were ignoring window change signals while we executed * the system command, we must assume the window changed. - * Warning: this leaves a signal pending (in "sigs"), + * Warning: this leaves a signal pending (in "signal_winch"), * so psignals() should be called soon after lsystem(). */ sigwinch(0); |