summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-04-09 06:31:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-04-09 06:31:00 -0700
commit62c2d365464a526e142de31c5895d3d9e53875ee (patch)
treeafb25cdc0ef5c40cfc2588815496b295cab942c7
parent02b83600e20bbf7c61e09c9ad40ff35433da0c74 (diff)
downloadtxr-62c2d365464a526e142de31c5895d3d9e53875ee.tar.gz
txr-62c2d365464a526e142de31c5895d3d9e53875ee.tar.bz2
txr-62c2d365464a526e142de31c5895d3d9e53875ee.zip
doc: stat/fstat: bad syntax formatting.
* txr.1: > should be >>.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index ad988fee..7b8dd653 100644
--- a/txr.1
+++ b/txr.1
@@ -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