oops, remove a dangling predicate left over after a sentence was rewritten.

This commit is contained in:
Garrett Wollman 1997-12-07 20:25:45 +00:00
parent 25a5737a0f
commit a873f07c1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31614

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: style.9,v 1.20 1997/12/07 19:53:44 wollman Exp $
.\" $Id: style.9,v 1.21 1997/12/07 20:19:20 wollman Exp $
.\"
.Dd December 14, 1995
.Dt STYLE 9
@ -96,7 +96,7 @@ loop,
so that it can safely be used in
.Dq Li if
statements.
is required. Any final statement-terminating semicolon should be
Any final statement-terminating semicolon should be
supplied by the macro invocation rather than the macro, to make parsing easier
for pretty-printers and editors.
.Bd -literal -offset 0i