diff options
author | ceri <ceri@FreeBSD.org> | 2005-02-04 11:37:49 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2005-02-04 11:37:49 +0000 |
commit | 63e5ce49451915d92cd2f7018392d902f005131d (patch) | |
tree | 0bb24b49fd73ded274e2f7dc1e48aabf98072783 /usr.bin/indent | |
parent | 03d733ba6a0c7ffa29883f981aa3c79e31f6ba65 (diff) | |
download | FreeBSD-src-63e5ce49451915d92cd2f7018392d902f005131d.zip FreeBSD-src-63e5ce49451915d92cd2f7018392d902f005131d.tar.gz |
Quote example file names consistently, and fix a small grammatical nit.
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 6dc2443..69f0acc 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -113,13 +113,13 @@ If is named .Sq Pa /blah/blah/file , the backup file is named -.Pa file.BAK . +.Sq Pa file.BAK . .Pp If .Ar output-file is specified, .Nm -checks to make sure it is different from +checks to make sure that it is different from .Ar input-file . .Pp The options listed below control the formatting style imposed by |