svn commit: r321158 - stable/11/lib/libc/xdr

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


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

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

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

Modified: stable/11/lib/libc/xdr/xdr.3
==============================================================================
--- stable/11/lib/libc/xdr/xdr.3	Tue Jul 18 18:36:40 2017	(r321157)
+++ stable/11/lib/libc/xdr/xdr.3	Tue Jul 18 18:36:44 2017	(r321158)
@@ -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-11 mailing list