diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-04-09 06:31:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-04-09 06:31:00 -0700 |
commit | 110f005d79426664964879d1d870d00f349ab241 (patch) | |
tree | afb25cdc0ef5c40cfc2588815496b295cab942c7 | |
parent | f1c663a8271e1bfdc9c557f701df4cb05df8df6d (diff) | |
download | txr-110f005d79426664964879d1d870d00f349ab241.tar.gz txr-110f005d79426664964879d1d870d00f349ab241.tar.bz2 txr-110f005d79426664964879d1d870d00f349ab241.zip |
doc: stat/fstat: bad syntax formatting.
* txr.1: > should be >>.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58170,9 +58170,9 @@ fields take on values of zero. .coNP Functions @, stat @ lstat and @ fstat .synb -.mets (stat > { path | < stream | << fd }) +.mets (stat >> { path | < stream | << fd }) .mets (lstat << path ) -.mets (fstat > { path | stream | << fd }) +.mets (fstat >> { path | stream | << fd }) .syne .desc The |