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 | 26eda6aa957ccfb77da8f25f799324693ccc8c7d (patch) | |
tree | fb923bc792b3a984e5bde26510aee6cc761efcc8 /bin/watch.1 | |
parent | Add mdoc syntax file (diff) | |
download | src-26eda6aa957ccfb77da8f25f799324693ccc8c7d.tar.gz src-26eda6aa957ccfb77da8f25f799324693ccc8c7d.zip |
Add "blank" lines to man pages
Diffstat (limited to '')
-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 |