diff options
author | June McEnroe <june@causal.agency> | 2020-06-01 15:52:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-01 15:52:22 -0400 |
commit | c33f7d27df55d454029f2c9542ebe7fc46c0e368 (patch) | |
tree | 15aa4409c1157c0ab14890b6c4321af12a8ad643 /bin/man1 | |
parent | Add %c conversion to c script (diff) | |
download | src-c33f7d27df55d454029f2c9542ebe7fc46c0e368.tar.gz src-c33f7d27df55d454029f2c9542ebe7fc46c0e368.zip |
Allow redirecting input in ever
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/ever.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/man1/ever.1 b/bin/man1/ever.1 index cde6d9b9..7689c5fb 100644 --- a/bin/man1/ever.1 +++ b/bin/man1/ever.1 @@ -1,4 +1,4 @@ -.Dd August 28, 2019 +.Dd June 1, 2020 .Dt EVER 1 .Os . @@ -8,9 +8,11 @@ . .Sh SYNOPSIS .Nm +.Op Fl i .Ar .Ar command .Nm +.Op Fl i .Ar .Fl - .Ar command @@ -24,9 +26,21 @@ whenever .Ar file is modified. . +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl i +Attach the +.Ar file +which was modified +to the standard input of +.Ar command . +.El +. .Sh EXAMPLES .Dl ever ever.c make .Dl ever when.y ever.c -- make when ever +.Dl ever -i ever.1 mandoc . .Sh CAVEATS .Nm |