summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-10 12:46:21 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-10 12:46:32 +0000
commit99acc17bb617e7b85bb38366c0597433f713df7b (patch)
treef096c718f8493cd477b096b348416fb2b663dbab
parent5d593cfd54e24fe36be9d57b0cf29c13d17248a8 (diff)
downloadzsh-99acc17bb617e7b85bb38366c0597433f713df7b.tar.gz
zsh-99acc17bb617e7b85bb38366c0597433f713df7b.tar.xz
zsh-99acc17bb617e7b85bb38366c0597433f713df7b.zip
unposted: Fix punctuation.
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/mod_zpty.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bd9d175d4..017a546ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-10  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Doc/Zsh/mod_zpty.yo: Fix punctuation.
+
 2020-01-10  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 45264: configure.ac: use /dev/fd on Cygwin for process
diff --git a/Doc/Zsh/mod_zpty.yo b/Doc/Zsh/mod_zpty.yo
index 6f20c4b75..3ca031c01 100644
--- a/Doc/Zsh/mod_zpty.yo
+++ b/Doc/Zsh/mod_zpty.yo
@@ -25,7 +25,7 @@ monitored with ZLE descriptor handlers (see ifzman(zmanref(zshzle))\
 ifnzman(noderef(Zle Builtins))) or manipulated with tt(sysread) and
 tt(syswrite) (see ifzman(THE ZSH/SYSTEM MODULE in zmanref(zshmodules))\
 ifnzman(noderef(The zsh/system Module))).  em(Warning): Use of tt(sysread)
-and tt(syswrite) is em(not) recommended, use tt(zpty -r) and tt(zpty -w)
+and tt(syswrite) is em(not) recommended; use tt(zpty -r) and tt(zpty -w)
 unless you know exactly what you are doing.
 )
 item(tt(zpty) tt(-d) [ var(name) ... ])(