svn commit: r328422 - stable/10/usr.bin/procstat

Brooks Davis brooks at FreeBSD.org
Fri Jan 26 00:35:34 UTC 2018


Author: brooks
Date: Fri Jan 26 00:35:33 2018
New Revision: 328422
URL: https://svnweb.freebsd.org/changeset/base/328422

Log:
  MFC r328297:
  
  Don't escape '?'s in protocol output.
  
  This isn't required by mandoc and is nonfunctional in groff.
  
  PR:		224632
  Reported by:	w.schwarzenfeld at utanet.at
  Differential Revision:	https://reviews.freebsd.org/D13779

Modified:
  stable/10/usr.bin/procstat/procstat.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/procstat/procstat.1
==============================================================================
--- stable/10/usr.bin/procstat/procstat.1	Fri Jan 26 00:34:33 2018	(r328421)
+++ stable/10/usr.bin/procstat/procstat.1	Fri Jan 26 00:35:33 2018	(r328422)
@@ -276,7 +276,7 @@ see
 .Dv IPPROTO_DIVERT ;
 see
 .Xr divert 4 .
-.It IP\?
+.It IP?
 unknown protocol.
 .It RAW
 .Dv IPPROTO_RAW ;
@@ -307,12 +307,12 @@ see
 .Dv IPPROTO_TCP ;
 see
 .Xr tcp 4 .
-.It UD\?
+.It UD?
 unknown protocol.
 .El
 .Pp
 .Bl -tag -width indent -compact
-.It \?
+.It ?
 unknown address family.
 .El
 .Ss Signal Disposition Information


More information about the svn-src-stable mailing list