From fa31656f0774859d48ac0b37a9336e66db4edf2d Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sat, 24 Apr 2021 12:01:49 +1000 Subject: [PATCH] watch.1: Correct long option for no linewrap. The correct long option for -w is --no-wrap but the man page said it was --no-linewrap References: procps-ng/procps#203 Signed-off-by: Craig Small --- watch.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watch.1 b/watch.1 index bba0a631..5f077628 100644 --- a/watch.1 +++ b/watch.1 @@ -1,4 +1,4 @@ -.TH WATCH 1 "2020-12-06" "procps-ng" "User Commands" +.TH WATCH 1 "2021-04-24" "procps-ng" "User Commands" .SH NAME watch \- execute a program periodically, showing output fullscreen .SH SYNOPSIS @@ -65,7 +65,7 @@ instead of .B sh \-c which reduces the need to use extra quoting to get the desired effect. .TP -\fB\-w\fR, \fB\-\-no\-linewrap\fR +\fB\-w\fR, \fB\-\-no\-wrap\fR Turn off line wrapping. Long lines will be truncated instead of wrapped to the next line. .TP \fB\-h\fR, \fB\-\-help\fR