diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-21 10:03:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-21 10:03:47 +0000 |
commit | 234c327c8ef8ace3ddc5c20f7f35e3485f0ea9e8 (patch) | |
tree | 58bc0ddf73e6463d73a4d0c918675d94d11d8739 | |
parent | c7ed1bee9015bc5f7e0c7fa6cb224ac19719f7cd (diff) |
remove an unsightly paragraph break;
-rw-r--r-- | usr.bin/lex/flex.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index a81d3c40118..138765cbbf5 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.42 2015/09/21 09:24:13 nicm Exp $ +.\" $OpenBSD: flex.1,v 1.43 2015/09/21 10:03:46 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -75,7 +75,6 @@ Whenever it finds one, it executes the corresponding C code. .Nm lex is a synonym for .Nm flex . -.Pp .Nm flex++ is a synonym for .Nm |