diff options
author | joe <joe@FreeBSD.org> | 2000-10-18 17:34:43 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-10-18 17:34:43 +0000 |
commit | 3b94882f325b750f49ca9fba55a8a6d1ebbdadd7 (patch) | |
tree | 3af03f9ea1e884ddfe5432d326b4fe59124c0fd8 /share | |
parent | c3bcc6f189120bad5ee2b89fe6ef733c66bf3287 (diff) | |
download | FreeBSD-src-3b94882f325b750f49ca9fba55a8a6d1ebbdadd7.zip FreeBSD-src-3b94882f325b750f49ca9fba55a8a6d1ebbdadd7.tar.gz |
Contract a statement that's too verbose.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/style.perl.7 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man7/style.perl.7 b/share/man/man7/style.perl.7 index 83fa29d..7ca5493 100644 --- a/share/man/man7/style.perl.7 +++ b/share/man/man7/style.perl.7 @@ -115,8 +115,6 @@ definition block: .Pp In some cases it may be appropriate to use .Fa my -.Va $variable = -.Li "value"; statements at the top of the script as an alternative to using .Fa vars declarations. |