diff options
author | June McEnroe <june@causal.agency> | 2019-02-12 03:34:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-12 03:34:00 -0500 |
commit | 87b3bd7f2a3b0b1c3b9250886147396ef1c06eb9 (patch) | |
tree | 8b6f9285e4c0ac7a6a44547a2c8154f26a2db9ee /bin/man1 | |
parent | Don't match Rust raw strings inside other strings (diff) | |
download | src-87b3bd7f2a3b0b1c3b9250886147396ef1c06eb9.tar.gz src-87b3bd7f2a3b0b1c3b9250886147396ef1c06eb9.zip |
Use a proper fread-realloc loop in hi
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index 537acef5..c48fa796 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd February 11, 2019 +.Dd February 12, 2019 .Dt HI 1 .Os . @@ -23,8 +23,6 @@ highlights the contents of a or standard input and formats it on standard output. -A maximum of 32K -is read from standard input. . .Pp The arguments are as follows: |