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 <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2021-04-24 12:01:49 +10:00
parent d40db79c60
commit fa31656f07

View File

@ -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 .SH NAME
watch \- execute a program periodically, showing output fullscreen watch \- execute a program periodically, showing output fullscreen
.SH SYNOPSIS .SH SYNOPSIS
@ -65,7 +65,7 @@ instead of
.B sh \-c .B sh \-c
which reduces the need to use extra quoting to get the desired effect. which reduces the need to use extra quoting to get the desired effect.
.TP .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. Turn off line wrapping. Long lines will be truncated instead of wrapped to the next line.
.TP .TP
\fB\-h\fR, \fB\-\-help\fR \fB\-h\fR, \fB\-\-help\fR