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 | dea3018776802bfb4a7dc85fc0fb210357989e76 (patch) | |
tree | ff01055cdb91fa93e3034ed16b4ec152e7617eab | |
parent | 2825eab63b6c1f98fd99ce63603eb3d5a7d34ea1 (diff) | |
download | txr-dea3018776802bfb4a7dc85fc0fb210357989e76.tar.gz txr-dea3018776802bfb4a7dc85fc0fb210357989e76.tar.bz2 txr-dea3018776802bfb4a7dc85fc0fb210357989e76.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 |