Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 11:47:53 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360005 - stable/12/usr.bin/wc
Message-ID:  <202004161147.03GBlrNP074746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Thu Apr 16 11:47:53 2020
New Revision: 360005
URL: https://svnweb.freebsd.org/changeset/base/360005

Log:
  MFC r359801: wc(1): document SIGINFO handling in the manual page.

Modified:
  stable/12/usr.bin/wc/wc.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/wc/wc.1
==============================================================================
--- stable/12/usr.bin/wc/wc.1	Thu Apr 16 05:27:13 2020	(r360004)
+++ stable/12/usr.bin/wc/wc.1	Thu Apr 16 11:47:53 2020	(r360005)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004161147.03GBlrNP074746>