Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2020 08:57:32 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364006 - head/share/man/man9
Message-ID:  <202008070857.0778vWGM062730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008070857.0778vWGM062730>