diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 12:32:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-12 12:32:42 +0000 |
commit | da1af2ea0923b975aaa6f1e7d5fcec41c1cc1950 (patch) | |
tree | 2053ec99865def4a29c33edfbcd108a0dd1f671f /usr.bin/lex | |
parent | 9f1bf80bba55f2e54e58adfb12d43cfa71194f94 (diff) |
for a display containing a tab character, use literal context;
issue noticed by Jan Stary <hans at stare dot cz>
Diffstat (limited to 'usr.bin/lex')
-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. |