From 59f9c87b3454da8caf577c83da1fbd3cb091ad1d Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Wed, 12 Feb 1997 13:50:02 +0000 Subject: [PATCH] Typo fix. Obtained from: NetBSD-bugs PR# 3214 --- usr.bin/m4/m4.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 105a7f024703..7cd61569294c 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -155,7 +155,7 @@ performed. .It sinclude Similar to include, except it ignores any errors. .It spaste -Similar to spaste, except it ignores any errors. +Similar to paste, except it ignores any errors. .It substr Returns a substring of the first argument starting at the offset specified by the second argument and the length specified by the third argument.