svn commit: r364006 - head/share/man/man9
Li-Wen Hsu
lwhsu at FreeBSD.org
Fri Aug 7 08:57:32 UTC 2020
Author: lwhsu
Date: Fri Aug 7 08:57:31 2020
New Revision: 364006
URL: https://svnweb.freebsd.org/changeset/base/364006
Log:
Add a .Pp to separate description and sample code for readability.
Modified:
head/share/man/man9/seqc.9
Modified: head/share/man/man9/seqc.9
==============================================================================
--- head/share/man/man9/seqc.9 Fri Aug 7 08:41:14 2020 (r364005)
+++ head/share/man/man9/seqc.9 Fri Aug 7 08:57:31 2020 (r364006)
@@ -98,6 +98,7 @@ obj->var2 = 2;
seqc_write_end(&obj->seqc);
unlock_exclusive(&obj->lock);
.Ed
+.Pp
The following example for a reader reads the
.Va var1
and
More information about the svn-src-all
mailing list