summaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
commit58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch)
treec631dd0d4ac59c3286cbf5b06d00e840263d40da /usr.bin/indent
parenta7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff)
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/indent.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index bf463cbede6..4a0e812b4ea 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: indent.1,v 1.23 2013/06/24 16:01:05 jmc Exp $
+.\" $OpenBSD: indent.1,v 1.24 2022/03/31 17:27:25 naddy Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)indent.1 8.1 (Berkeley) 7/1/93
.\"
-.Dd $Mdocdate: June 24 2013 $
+.Dd $Mdocdate: March 31 2022 $
.Dt INDENT 1
.Os
.Sh NAME
@@ -117,7 +117,7 @@ checks to make sure it is different from
.Pp
If no
.Ar input-file
-is specified
+is specified,
input is read from stdin and the formatted file is written to stdout.
.Pp
The options listed below control the formatting style imposed by
@@ -329,7 +329,7 @@ and
to be ignored.
.It Fl pcs , npcs
If true
-.Pq Fl pcs
+.Pq Fl pcs ,
all procedure calls will have a space inserted between
the name and the
.Ql \&( .
@@ -337,7 +337,7 @@ The default is
.Fl npcs .
.It Fl psl , npsl
If true
-.Pq Fl psl
+.Pq Fl psl ,
the names of procedures being defined are placed in
column 1 \- their types, if any, will be left on the previous lines.
The default is