diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
commit | be8b14979523798cfdfff45caa82d174ab6d0edf (patch) | |
tree | 2be3e07e11a04b71e7ab57060667d2e3ce3669d7 /bin/expr/expr.1 | |
parent | aabbf63eefac8ce00abbba746c64f4eec8966ea4 (diff) | |
download | src-be8b14979523798cfdfff45caa82d174ab6d0edf.tar.gz src-be8b14979523798cfdfff45caa82d174ab6d0edf.zip |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68935
Diffstat (limited to 'bin/expr/expr.1')
-rw-r--r-- | bin/expr/expr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 85a0c8ebf601..defd8a488d80 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -37,7 +37,7 @@ .Nm expr .Nd evaluate expression .Sh SYNOPSIS -.Nm expr +.Nm .Ar expression .Sh DESCRIPTION The |