svn commit: r228913 - head/share/man/man3

Ed Schouten ed at FreeBSD.org
Tue Dec 27 13:01:11 UTC 2011


Author: ed
Date: Tue Dec 27 13:01:10 2011
New Revision: 228913
URL: http://svn.freebsd.org/changeset/base/228913

Log:
  Add missing \.
  
  While sorting the MLINKS by name, I forgot to re-add it.

Modified:
  head/share/man/man3/Makefile

Modified: head/share/man/man3/Makefile
==============================================================================
--- head/share/man/man3/Makefile	Tue Dec 27 12:58:54 2011	(r228912)
+++ head/share/man/man3/Makefile	Tue Dec 27 13:01:10 2011	(r228913)
@@ -36,7 +36,7 @@ MLINKS=		ATOMIC_VAR_INIT.3 atomic_compar
 		ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
 		ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
 		ATOMIC_VAR_INIT.3 atomic_init.3 \
-		ATOMIC_VAR_INIT.3 atomic_is_lock_free.3
+		ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \
 		ATOMIC_VAR_INIT.3 atomic_load.3 \
 		ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
 		ATOMIC_VAR_INIT.3 atomic_store.3 \


More information about the svn-src-head mailing list