diff options
author | 2014-02-12 12:32:41 +0000 | |
---|---|---|
committer | 2014-02-12 12:32:41 +0000 | |
commit | 7b8efdab9f356129c8537334465876ef5bef6a1c (patch) | |
tree | 256eb9477f5acfe3dbfdfa70cfe20c0570bbfa20 | |
parent | no need for .Pp before .It and .Sh, zap trailing whitespace, (diff) | |
download | wireguard-openbsd-7b8efdab9f356129c8537334465876ef5bef6a1c.tar.xz wireguard-openbsd-7b8efdab9f356129c8537334465876ef5bef6a1c.zip |
for a display containing a tab character, use literal context;
issue noticed by Jan Stary <hans at stare dot cz>
-rw-r--r-- | usr.bin/lex/flex.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index 59387323e34..ec24523dfed 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.34 2013/07/16 00:07:52 schwarze Exp $ +.\" $OpenBSD: flex.1,v 1.35 2014/02/12 12:32:41 schwarze Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 12 2014 $ .Dt FLEX 1 .Os .Sh NAME @@ -335,7 +335,7 @@ section of the .Nm input contains a series of rules of the form: .Pp -.D1 pattern action +.Dl pattern action .Pp The pattern must be unindented and the action must begin on the same line. |