Deleted Added
full compact
m4.1 (21673) m4.1 (22590)
1.\"
1.\"
2.\" @(#) $FreeBSD: head/usr.bin/m4/m4.1 21673 1997-01-14 07:20:47Z jkh $
2.\" @(#) $FreeBSD: head/usr.bin/m4/m4.1 22590 1997-02-12 13:50:02Z mpp $
3.\"
4.Dd January 26, 1993
5.Dt m4 1
6.Os
7.Sh NAME
8.Nm m4
9.Nd macro language processor
10.Sh SYNOPSIS

--- 139 unchanged lines hidden (view full) ---

150.It shift
151Returns all but the first argument, the remaining arguments are
152quoted and pushed back with commas in between. The quoting
153nullifies the effect of the extra scan that will subsequently be
154performed.
155.It sinclude
156Similar to include, except it ignores any errors.
157.It spaste
3.\"
4.Dd January 26, 1993
5.Dt m4 1
6.Os
7.Sh NAME
8.Nm m4
9.Nd macro language processor
10.Sh SYNOPSIS

--- 139 unchanged lines hidden (view full) ---

150.It shift
151Returns all but the first argument, the remaining arguments are
152quoted and pushed back with commas in between. The quoting
153nullifies the effect of the extra scan that will subsequently be
154performed.
155.It sinclude
156Similar to include, except it ignores any errors.
157.It spaste
158Similar to spaste, except it ignores any errors.
158Similar to paste, except it ignores any errors.
159.It substr
160Returns a substring of the first argument starting at the offset specified
161by the second argument and the length specified by the third argument.
162If no third argument is present it returns the rest of the string.
163.It syscmd
164Passes the first argument to the shell. Nothing is returned.
165.It sysval
166Returns the return value from the last syscmd.

--- 15 unchanged lines hidden ---
159.It substr
160Returns a substring of the first argument starting at the offset specified
161by the second argument and the length specified by the third argument.
162If no third argument is present it returns the rest of the string.
163.It syscmd
164Passes the first argument to the shell. Nothing is returned.
165.It sysval
166Returns the return value from the last syscmd.

--- 15 unchanged lines hidden ---