svn commit: r321157 - stable/10/lib/libc/xdr

Ngie Cooper ngie at FreeBSD.org
Tue Jul 18 18:36:42 UTC 2017


Author: ngie
Date: Tue Jul 18 18:36:40 2017
New Revision: 321157
URL: https://svnweb.freebsd.org/changeset/base/321157

Log:
  MFC r318712:
  
  xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSIS
  
  This unbreaks the .Nm declaration

Modified:
  stable/10/lib/libc/xdr/xdr.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/xdr/xdr.3
==============================================================================
--- stable/10/lib/libc/xdr/xdr.3	Tue Jul 18 18:35:46 2017	(r321156)
+++ stable/10/lib/libc/xdr/xdr.3	Tue Jul 18 18:36:40 2017	(r321157)
@@ -31,7 +31,7 @@
 .Nm xdr_reference ,
 .Nm xdr_setpos ,
 .Nm xdr_short ,
-.Nm xdr_sizeof,
+.Nm xdr_sizeof ,
 .Nm xdrstdio_create ,
 .Nm xdr_string ,
 .Nm xdr_u_char ,


More information about the svn-src-stable mailing list