svn commit: r187622 - stable/7/share/man/man9

Maxim Konovalov maxim at FreeBSD.org
Fri Jan 23 00:12:51 PST 2009


Author: maxim
Date: Fri Jan 23 08:12:50 2009
New Revision: 187622
URL: http://svn.freebsd.org/changeset/base/187622

Log:
  MFC r177259: add missing .El.

Modified:
  stable/7/share/man/man9/rwlock.9

Modified: stable/7/share/man/man9/rwlock.9
==============================================================================
--- stable/7/share/man/man9/rwlock.9	Fri Jan 23 07:48:28 2009	(r187621)
+++ stable/7/share/man/man9/rwlock.9	Fri Jan 23 08:12:50 2009	(r187622)
@@ -153,6 +153,7 @@ Do not log any operations for this lock 
 .It Dv RW_RECURSE
 Allow threads to recursively acquire exclusive locks for
 .Fa rw .
+.El
 .It Fn rw_rlock "struct rwlock *rw"
 Lock
 .Fa rw


More information about the svn-src-stable-7 mailing list