Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 00:35:33 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r328422 - stable/10/usr.bin/procstat
Message-ID:  <201801260035.w0Q0ZXRH087643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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