From 6ade2056a5d153708e23fc792c7beb545a5f1a92 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Thu, 16 Apr 2020 11:47:53 +0000 Subject: [PATCH] MFC r359801: wc(1): document SIGINFO handling in the manual page. --- usr.bin/wc/wc.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index c31bb865385..12826dde68f 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -31,7 +31,7 @@ .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd August 2, 2018 +.Dd April 11, 2020 .Dt WC 1 .Os .Sh NAME @@ -126,6 +126,18 @@ file name is displayed. The prompt will accept input until receiving EOF, or .Bq ^D in most environments. +.Pp +If +.Nm +receives a +.Dv SIGINFO +(see the +.Cm status +argument for +.Xr stty 1 ) +signal, the interim data will be written +to the standard error output in the same format +as the standard completion message. .Sh ENVIRONMENT The .Ev LANG , LC_ALL -- 2.45.0