diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-04-04 19:49:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-04-04 19:49:51 -0700 |
commit | 9ef7c34980354ca2a3cabd1e01aa82f96a8e00a0 (patch) | |
tree | c6ddeab6b48912a4f01c685c4a392888ca41364e | |
parent | 9e42e3c971c2c1c69d2e03752735bbbd24007b6b (diff) | |
download | txr-9ef7c34980354ca2a3cabd1e01aa82f96a8e00a0.tar.gz txr-9ef7c34980354ca2a3cabd1e01aa82f96a8e00a0.tar.bz2 txr-9ef7c34980354ca2a3cabd1e01aa82f96a8e00a0.zip |
doc: command-get-buf syntax.
* txr.1: Fix bad formatting in syntax synopsis of
command-get-buf.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29339,7 +29339,7 @@ The stream is required to support byte input. .synb .mets (file-get-buf < name >> [ max-bytes .mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ >> [ skip-bytes <> [ mode-opts ]]]) -.mets (command-get-buf < cmd >> [ max-byte> <> [ skip-bytes ]]) +.mets (command-get-buf < cmd >> [ max-bytes <> [ skip-bytes ]]) .syne .desc The |