diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 15:13:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 15:31:20 -0400 |
commit | 260b43450938e23b669b4f78b446197309ac4c69 (patch) | |
tree | 7d3b8a2f43f08f367e57ffdb877f26686b68680f /bin/watch.1 | |
parent | Add mdoc syntax file (diff) | |
download | src-260b43450938e23b669b4f78b446197309ac4c69.tar.gz src-260b43450938e23b669b4f78b446197309ac4c69.zip |
Add "blank" lines to man pages
Diffstat (limited to 'bin/watch.1')
-rw-r--r-- | bin/watch.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/watch.1 b/bin/watch.1 index 761fcc67..fbcff86a 100644 --- a/bin/watch.1 +++ b/bin/watch.1 @@ -1,18 +1,21 @@ .Dd September 7, 2018 .Dt WATCH 1 .Os "Causal Agency" +. .Sh NAME .Nm watch .Nd watch files +. .Sh SYNOPSIS .Nm .Ar .Ar command .Nm .Ar -.Cm -- +.Fl - .Ar command -.Op Ar "argument ..." +.Op Ar argument ... +. .Sh DESCRIPTION .Nm executes the @@ -20,9 +23,11 @@ executes the each time a .Ar file is modified. +. .Sh EXAMPLES .Dl watch watch.c make .Dl watch wake.c watch.c -- make wake watch +. .Sh CAVEATS .Nm does not support Linux |