diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-20 07:29:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-20 07:29:11 +0000 |
commit | 95fd971cf1dd885dbec189017ba46998e8210cd0 (patch) | |
tree | 318a257a9b20c91753d8e48fe3ed013656a476d6 /usr.bin/indent | |
parent | e416b2637605b73664a7acde01730f9ec0f95c1c (diff) | |
download | FreeBSD-src-95fd971cf1dd885dbec189017ba46998e8210cd0.zip FreeBSD-src-95fd971cf1dd885dbec189017ba46998e8210cd0.tar.gz |
Fix a variety of minor typos and cross references in a bunch of
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
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 c44964a..524253d 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -171,8 +171,8 @@ this option enabled, comments look like this: .Bd -literal -offset indent .ne 3 /* - * this is a comment - */ + * this is a comment + */ .Ed .Pp Rather than like this: |