diff options
author | joel <joel@FreeBSD.org> | 2012-03-25 09:19:25 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-25 09:19:25 +0000 |
commit | 1d7fe3f6fd1eb03e429f84b4263d872e33a511fc (patch) | |
tree | 1f8f0c5737f62dd02a81d9c38b0da6b1a694e2f5 /usr.bin/indent | |
parent | e3d7180447c5fc74affad803a76f4a7321bc99b2 (diff) | |
download | FreeBSD-src-1d7fe3f6fd1eb03e429f84b4263d872e33a511fc.zip FreeBSD-src-1d7fe3f6fd1eb03e429f84b4263d872e33a511fc.tar.gz |
Remove superfluous paragraph macro.
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/indent.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index f839002..fe8f1ae 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -488,7 +488,6 @@ The utility fits as many words (separated by blanks, tabs, or newlines) on a line as possible. Blank lines break paragraphs. -.Pp .Ss Comment indentation If a comment is on a line with code it is started in the `comment column', which is set by the @@ -504,7 +503,6 @@ command line parameter. If the code on a line extends past the comment column, the comment starts further to the right, and the right margin may be automatically extended in extreme cases. -.Pp .Ss Preprocessor lines In general, .Nm @@ -519,7 +517,6 @@ is recognized and .Nm attempts to correctly compensate for the syntactic peculiarities introduced. -.Pp .Ss C syntax The .Nm |