svn commit: r318712 - head/lib/libc/xdr

Ngie Cooper ngie at FreeBSD.org
Tue May 23 07:17:53 UTC 2017


Author: ngie
Date: Tue May 23 07:17:52 2017
New Revision: 318712
URL: https://svnweb.freebsd.org/changeset/base/318712

Log:
  xdr(3): add missing comma after xdr_sizeof(3) in SYNOPSIS
  
  This unbreaks the .Nm declaration
  
  Reported by:	make manlint
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/xdr/xdr.3

Modified: head/lib/libc/xdr/xdr.3
==============================================================================
--- head/lib/libc/xdr/xdr.3	Tue May 23 07:15:57 2017	(r318711)
+++ head/lib/libc/xdr/xdr.3	Tue May 23 07:17:52 2017	(r318712)
@@ -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-head mailing list