Author: brooks
Date: Tue Jan 23 20:07:51 2018
New Revision: 328297
URL: https://svnweb.freebsd.org/changeset/base/328297

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

Modified:
  head/usr.bin/procstat/procstat.1

Modified: head/usr.bin/procstat/procstat.1
==============================================================================
--- head/usr.bin/procstat/procstat.1    Tue Jan 23 19:40:05 2018        
(r328296)
+++ head/usr.bin/procstat/procstat.1    Tue Jan 23 20:07:51 2018        
(r328297)
@@ -374,7 +374,7 @@ see
 .Dv IPPROTO_DIVERT ;
 see
 .Xr divert 4 .
-.It IP\?
+.It IP?
 unknown protocol.
 .It RAW
 .Dv IPPROTO_RAW ;
@@ -405,12 +405,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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to