svn commit: r318710 - head/lib/libc/stdlib

Ngie Cooper ngie at FreeBSD.org
Tue May 23 07:14:48 UTC 2017


Author: ngie
Date: Tue May 23 07:14:46 2017
New Revision: 318710
URL: https://svnweb.freebsd.org/changeset/base/318710

Log:
  quick_exit(3): delete trailing whitespace in licensing tort
  
  Reported by:	make manlint
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/stdlib/quick_exit.3

Modified: head/lib/libc/stdlib/quick_exit.3
==============================================================================
--- head/lib/libc/stdlib/quick_exit.3	Tue May 23 07:12:31 2017	(r318709)
+++ head/lib/libc/stdlib/quick_exit.3	Tue May 23 07:14:46 2017	(r318710)
@@ -1,6 +1,6 @@
 .\"  Copyright (c) 2011 David Chisnall
 .\"  All rights reserved.
-.\" 
+.\"
 .\"  Redistribution and use in source and binary forms, with or without
 .\"  modification, are permitted provided that the following conditions
 .\"  are met:
@@ -9,7 +9,7 @@
 .\"  2. Redistributions in binary form must reproduce the above copyright
 .\"     notice, this list of conditions and the following disclaimer in the
 .\"     documentation and/or other materials provided with the distribution.
-.\" 
+.\"
 .\"  THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 .\"  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 .\"  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -21,7 +21,7 @@
 .\"  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\"  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\"  SUCH DAMAGE.
-.\" 
+.\"
 .\"  $FreeBSD$
 .\"
 .Dd December 13, 2014


More information about the svn-src-head mailing list