diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-09 21:44:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-09 21:44:20 -0700 |
commit | f0ef11bf160678d1e39a7fb1624409d474601306 (patch) | |
tree | ff01055cdb91fa93e3034ed16b4ec152e7617eab | |
parent | 0d7672fbaff7e9500e4885386d9af73764559602 (diff) | |
download | txr-f0ef11bf160678d1e39a7fb1624409d474601306.tar.gz txr-f0ef11bf160678d1e39a7fb1624409d474601306.tar.bz2 txr-f0ef11bf160678d1e39a7fb1624409d474601306.zip |
doc: add buf and cptr to type diagram.
* txr.1: Update ASCII diagram in Object Types section.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16116,11 +16116,15 @@ brackets indicate a plurality of types which are not listed by name: | | | +--- regex | | + | +--- buf + | | + | +--- cptr + | | | +--- struct-type | | | +--- <structures> | | - | +... <others> + | +--- ... others | | +--- sequence ---+--- string ---+--- str |