diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-26 14:45:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-26 14:45:47 (GMT) |
commit | 577981fee9f598026571fd4d5c81821ef0d42e9f (patch) | |
tree | cdb2c9af425b4e72f16616948d9793a40b949591 /doc | |
parent | 31145f178e965c316eb97dcb24fe34779c6bd50e (diff) | |
download | tcl-577981fee9f598026571fd4d5c81821ef0d42e9f.zip tcl-577981fee9f598026571fd4d5c81821ef0d42e9f.tar.gz tcl-577981fee9f598026571fd4d5c81821ef0d42e9f.tar.bz2 |
re-trigger Travis build (and fix some eol-spacing)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/binary.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n index 3ba823b..6b2c0eb 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -770,7 +770,7 @@ and terminates at the first null (C string semantics). For example, \fBbinary scan\fR "abc\e000efghi" A* var1 .CE will return \fB1\fR with \fBabc\fR stored in \fIvar1\fR. -.RE +.RE .IP \fBH\fR 5 The data is turned into a string of \fIcount\fR hexadecimal digits in high-to-low order represented as a sequence of characters in the set |