Author: gbe (doc committer)
Date: Thu Sep 17 20:32:10 2020
New Revision: 365851
URL: https://svnweb.freebsd.org/changeset/base/365851

Log:
  rmlock(9): Some markup fixes
  
  - new sentence, new line
  
  MFC after:    3 days

Modified:
  head/share/man/man9/rmlock.9

Modified: head/share/man/man9/rmlock.9
==============================================================================
--- head/share/man/man9/rmlock.9        Thu Sep 17 20:25:31 2020        
(r365850)
+++ head/share/man/man9/rmlock.9        Thu Sep 17 20:32:10 2020        
(r365851)
@@ -138,13 +138,14 @@ to
 It changes lock ordering rules to the same as for
 .Xr sx 9
 locks.
-They do not propagate priority to writers, but they do propagate priority to
-readers. Note that readers are not permitted to sleep regardless of the flag.
+They do not propagate priority to writers, but they do propagate priority to 
readers.
+Note that readers are not permitted to sleep regardless of the flag.
 .Pp
 Sleepable read-mostly locks (created with
 .Fn rms_init )
 allow sleeping for both readers and writers, but don't do priority propagation
-for either. They follow
+for either.
+They follow
 .Xr sx 9
 lock ordering.
 .Ss Macros and Functions
@@ -350,8 +351,7 @@ lock must be unlocked.
 .Xr sleep 9 ,
 .Xr sx 9
 .Sh HISTORY
-These
-functions appeared in
+These functions appeared in
 .Fx 7.0 .
 .Sh AUTHORS
 .An -nosplit
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to