diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-25 13:20:30 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-25 13:20:30 +0000 |
commit | 98d13c7e51ccd70ee88c3c55a587c7fc8157a972 (patch) | |
tree | 0dea70047ba10e27743c998acbf4f9be7f9ebb09 /bin/expr | |
parent | 9891836b19c34a87d09804d2c868f4dabc73e1b7 (diff) | |
download | src-98d13c7e51ccd70ee88c3c55a587c7fc8157a972.tar.gz src-98d13c7e51ccd70ee88c3c55a587c7fc8157a972.zip |
mdoc(7) police: markup fixes.
Approved by: re
Notes
Notes:
svn path=/head/; revision=107226
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/expr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 1808f0db6d3f..80c5c62c5c6f 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -135,8 +135,9 @@ command in general is historic and inconvenient. New applications are advised to use shell arithmetic rather than .Nm . .Ss Compatibility with previous implementations -Unless -.Fx 4.x +Unless +.Fx +4.x compatibility is enabled, this version of .Nm adheres to the @@ -174,7 +175,6 @@ in For historical reasons, defining the environment variable .Ev EXPR_COMPAT also enables compatibility mode. -.Pp .Sh ENVIRONMENT .Bl -tag -width ".Ev EXPR_COMPAT" .It Ev EXPR_COMPAT |