diff options
author | June McEnroe <june@causal.agency> | 2019-12-11 01:08:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-11 01:08:46 -0500 |
commit | a4940f9083d54789681000dae2721009d5059cd9 (patch) | |
tree | 9dd8d98299f4836802797a7330248c47a4ada087 /bin/man1 | |
parent | Add Truth Hurts (diff) | |
download | src-a4940f9083d54789681000dae2721009d5059cd9.tar.gz src-a4940f9083d54789681000dae2721009d5059cd9.zip |
Document diff input language in hi
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index b852bf50..d8a4b4ee 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd February 18, 2019 +.Dd December 11, 2019 .Dt HI 1 .Os . @@ -130,6 +130,13 @@ name. .It Cm c The C11 language. . +.It Cm diff +The output of +.Xr diff 1 +with the +.Fl u +flag. +. .It Cm make The portable subset of .Xr make 1 . |