svn commit: r219030 - head/sys/kern

Alexander Leidinger netchild at FreeBSD.org
Fri Feb 25 12:46:43 UTC 2011


Author: netchild
Date: Fri Feb 25 12:46:43 2011
New Revision: 219030
URL: http://svn.freebsd.org/changeset/base/219030

Log:
  Make the description of the feature consistent with another similar
  description for another feature.
  
  Noticed by:	trasz

Modified:
  head/sys/kern/uipc_sem.c

Modified: head/sys/kern/uipc_sem.c
==============================================================================
--- head/sys/kern/uipc_sem.c	Fri Feb 25 10:24:35 2011	(r219029)
+++ head/sys/kern/uipc_sem.c	Fri Feb 25 12:46:43 2011	(r219030)
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
 
 #include <security/mac/mac_framework.h>
 
-FEATURE(p1003_1b_semaphores, "POSIX1003.1B semaphores support");
+FEATURE(p1003_1b_semaphores, "POSIX P1003.1B semaphores support");
 /*
  * TODO
  *


More information about the svn-src-all mailing list