Author: netchild
Date: Thu Feb 10 08:06:56 2011
New Revision: 218513
URL: http://svn.freebsd.org/changeset/base/218513

Log:
  Wrap long line.
  
  Noticed by:   bz

Modified:
  head/sys/ufs/ufs/ufs_vnops.c

Modified: head/sys/ufs/ufs/ufs_vnops.c
==============================================================================
--- head/sys/ufs/ufs/ufs_vnops.c        Thu Feb 10 07:56:55 2011        
(r218512)
+++ head/sys/ufs/ufs/ufs_vnops.c        Thu Feb 10 08:06:56 2011        
(r218513)
@@ -91,7 +91,8 @@ FEATURE(ufs_quota64, "64bit UFS disk quo
 #endif
 
 #ifdef SUIDDIR
-FEATURE(suiddir, "Give all new files in directory the same ownership as the 
directory");
+FEATURE(suiddir,
+    "Give all new files in directory the same ownership as the directory");
 #endif
 
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to