Typo fix.

Obtained from: NetBSD-bugs PR# 3214
This commit is contained in:
Mike Pritchard 1997-02-12 13:50:02 +00:00
parent 2f0fdf5504
commit 59f9c87b34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22590

View File

@ -155,7 +155,7 @@ performed.
.It sinclude .It sinclude
Similar to include, except it ignores any errors. Similar to include, except it ignores any errors.
.It spaste .It spaste
Similar to spaste, except it ignores any errors. Similar to paste, except it ignores any errors.
.It substr .It substr
Returns a substring of the first argument starting at the offset specified Returns a substring of the first argument starting at the offset specified
by the second argument and the length specified by the third argument. by the second argument and the length specified by the third argument.