svn commit: r203952 - in head: lib/libarchive share/syscons/keymaps tools/regression/usr.bin/env usr.sbin/cxgbtool usr.sbin/ftp-proxy

Ulrich Spoerlein uqs at FreeBSD.org
Tue Feb 16 09:10:21 UTC 2010


Author: uqs
Date: Tue Feb 16 09:10:21 2010
New Revision: 203952
URL: http://svn.freebsd.org/changeset/base/203952

Log:
  Add missing newline in last line of file.
  
  Uncovered via:	fromcvs vs. svn
  Approved by:	ed (co-mentor)

Modified:
  head/lib/libarchive/archive_write_disk.3
  head/share/syscons/keymaps/fr.dvorak.acc.kbd
  head/tools/regression/usr.bin/env/Makefile
  head/usr.sbin/cxgbtool/Makefile
  head/usr.sbin/ftp-proxy/Makefile.inc

Modified: head/lib/libarchive/archive_write_disk.3
==============================================================================
--- head/lib/libarchive/archive_write_disk.3	Tue Feb 16 08:19:28 2010	(r203951)
+++ head/lib/libarchive/archive_write_disk.3	Tue Feb 16 09:10:21 2010	(r203952)
@@ -372,4 +372,4 @@ compact implementation when appropriate.
 There should be a corresponding
 .Nm archive_read_disk
 interface that walks a directory heirarchy and returns archive
-entry objects.
\ No newline at end of file
+entry objects.

Modified: head/share/syscons/keymaps/fr.dvorak.acc.kbd
==============================================================================
--- head/share/syscons/keymaps/fr.dvorak.acc.kbd	Tue Feb 16 08:19:28 2010	(r203951)
+++ head/share/syscons/keymaps/fr.dvorak.acc.kbd	Tue Feb 16 09:10:21 2010	(r203952)
@@ -146,4 +146,4 @@
                ( 'y' 255 ) ( 'Y' 190 )
   dacu  '´'    ( 'a' 'á' ) ( 'e' 'é' ) ( 'i' 237 ) ( 'o' 'ó') ( 'u' 'ú' )
                ( 'A' 'Á' ) ( 'E' 'É' ) ( 'I' 'Í' ) ( 'O' 'Ó' ) ( 'U' 'Ú' )
-               ( 'Y' 221 ) ( 'y' 253 )
\ No newline at end of file
+               ( 'Y' 221 ) ( 'y' 253 )

Modified: head/tools/regression/usr.bin/env/Makefile
==============================================================================
--- head/tools/regression/usr.bin/env/Makefile	Tue Feb 16 08:19:28 2010	(r203951)
+++ head/tools/regression/usr.bin/env/Makefile	Tue Feb 16 09:10:21 2010	(r203952)
@@ -14,4 +14,4 @@ all:
 #   This will probably need a bit more thought...
 testenv:
 	@ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata \
-	 --testpgm=${TESTPGM}
\ No newline at end of file
+	 --testpgm=${TESTPGM}

Modified: head/usr.sbin/cxgbtool/Makefile
==============================================================================
--- head/usr.sbin/cxgbtool/Makefile	Tue Feb 16 08:19:28 2010	(r203951)
+++ head/usr.sbin/cxgbtool/Makefile	Tue Feb 16 09:10:21 2010	(r203952)
@@ -8,4 +8,4 @@ CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTE
 
 install:
 
-.include <bsd.prog.mk>
\ No newline at end of file
+.include <bsd.prog.mk>

Modified: head/usr.sbin/ftp-proxy/Makefile.inc
==============================================================================
--- head/usr.sbin/ftp-proxy/Makefile.inc	Tue Feb 16 08:19:28 2010	(r203951)
+++ head/usr.sbin/ftp-proxy/Makefile.inc	Tue Feb 16 09:10:21 2010	(r203952)
@@ -2,4 +2,4 @@
 
 LIBEVENT= ${.OBJDIR}/../libevent/libevent.a
 
-.include "../Makefile.inc"
\ No newline at end of file
+.include "../Makefile.inc"


More information about the svn-src-head mailing list