svn commit: r328421 - stable/11/usr.bin/procstat

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


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

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/11/usr.bin/procstat/procstat.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/procstat/procstat.1
==============================================================================
--- stable/11/usr.bin/procstat/procstat.1	Fri Jan 26 00:03:14 2018	(r328420)
+++ stable/11/usr.bin/procstat/procstat.1	Fri Jan 26 00:34:33 2018	(r328421)
@@ -288,7 +288,7 @@ see
 .Dv IPPROTO_DIVERT ;
 see
 .Xr divert 4 .
-.It IP\?
+.It IP?
 unknown protocol.
 .It RAW
 .Dv IPPROTO_RAW ;
@@ -319,12 +319,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-11 mailing list