svn commit: r187702 - head/share/man/man4/man4.powerpc

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Jan 25 17:08:25 PST 2009


Author: nwhitehorn
Date: Mon Jan 26 01:08:24 2009
New Revision: 187702
URL: http://svn.freebsd.org/changeset/base/187702

Log:
  Somehow deleted the .4 at the end of the snd_davbus man page right before
  commit. Add it back.
  
  Pointy hat to:	me

Modified:
  head/share/man/man4/man4.powerpc/Makefile

Modified: head/share/man/man4/man4.powerpc/Makefile
==============================================================================
--- head/share/man/man4/man4.powerpc/Makefile	Mon Jan 26 00:52:09 2009	(r187701)
+++ head/share/man/man4/man4.powerpc/Makefile	Mon Jan 26 01:08:24 2009	(r187702)
@@ -4,7 +4,7 @@ MAN=	bm.4 \
 	pmu.4 \
 	powermac_nvram.4 \
 	snd_ai2s.4 \
-	snd_davbus
+	snd_davbus.4
 
 MANSUBDIR=/powerpc
 


More information about the svn-src-head mailing list