summaryrefslogtreecommitdiff
path: root/doc/sources/unix.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sources/unix.texi')
-rw-r--r--doc/sources/unix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources/unix.texi b/doc/sources/unix.texi
index 6754f8a9a..b8bf2cdb3 100644
--- a/doc/sources/unix.texi
+++ b/doc/sources/unix.texi
@@ -52,10 +52,10 @@ facility.
@item
Underscores in Unix names are converted to hyphens.
@item
-Procedures which destructively modify Scheme data gain postpended
+Procedures which destructively modify Scheme data gain appended
exclamation marks, e.g., @code{recv!}.
@item
-Predicates are postpended with question marks, e.g., @code{access?}.
+Predicates have question marks appended, e.g., @code{access?}.
@item
Some names are changed to avoid conflict with dissimilar interfaces
defined by scsh.