summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-12-13 23:15:50 +0000
committersteve <steve@FreeBSD.org>1998-12-13 23:15:50 +0000
commit0021e2b7afbf761b5235c912136a478d5cfb06ea (patch)
tree09f77c5aec7cae71e353f352d06f15f43f931ff6 /usr.bin/m4
parent77935f693b4d87a76ef6afd9fbd3da5c6cf06e70 (diff)
downloadFreeBSD-src-0021e2b7afbf761b5235c912136a478d5cfb06ea.zip
FreeBSD-src-0021e2b7afbf761b5235c912136a478d5cfb06ea.tar.gz
Change the wording to reflect that only the first character of the two
arguments to changequote are significant. PR: 8282
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 0a29bee..30b0c24 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,5 +1,5 @@
.\"
-.\" @(#) $Id: m4.1,v 1.5 1998/03/23 07:44:42 charnier Exp $
+.\" @(#) $Id: m4.1,v 1.6 1998/06/26 14:25:18 rnordier Exp $
.\"
.Dd January 26, 1993
.Dt m4 1
@@ -64,7 +64,7 @@ comments are turned off. The maximum length for a comment marker is
five characters.
.It changequote
Defines the quote symbols to be the first and second arguments.
-The symbols may be up to five characters long. If no arguments are
+Note, only the first character of each argument is used. If no arguments are
given it restores the default open and close single quotes.
.It decr
Decrements the argument by 1. The argument must be a valid numeric string.
OpenPOWER on IntegriCloud