diff options
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/expr.1 | 3 | ||||
-rw-r--r-- | bin/expr/expr.y | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index fbd1a0d..49aff71 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -1,5 +1,6 @@ .\" -*- nroff -*- -.\" + +.\"- .\" Copyright (c) 1993 Winning Strategies, Inc. .\" All rights reserved. .\" diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 74a3303..787cd85 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -1,5 +1,6 @@ %{ -/* Written by Pace Willisson (pace@blitz.com) +/*- + * Written by Pace Willisson (pace@blitz.com) * and placed in the public domain. * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) |