Deleted Added
full compact
m4.1 (95060) m4.1 (95124)
1.\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $
1.\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $
2.\" $FreeBSD: head/usr.bin/m4/m4.1 95060 2002-04-19 17:26:21Z jmallett $
2.\" $FreeBSD: head/usr.bin/m4/m4.1 95124 2002-04-20 12:18:28Z charnier $
3.\"
4.Dd April 17, 2002
5.Dt M4 1
6.Os
7.Sh NAME
8.Nm m4
9.Nd macro language processor
10.Sh SYNOPSIS

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

106.It Fl g
107Activate GNU-m4 compatibility mode.
108In this mode, changequote with
109two empty parameters deactivates quotes, translit handles simple character
110ranges (e.g., a-z), regular expressions mimic emacs behavior,
111and the number of diversions is unlimited.
112.El
113.Sh SYNTAX
3.\"
4.Dd April 17, 2002
5.Dt M4 1
6.Os
7.Sh NAME
8.Nm m4
9.Nd macro language processor
10.Sh SYNOPSIS

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

106.It Fl g
107Activate GNU-m4 compatibility mode.
108In this mode, changequote with
109two empty parameters deactivates quotes, translit handles simple character
110ranges (e.g., a-z), regular expressions mimic emacs behavior,
111and the number of diversions is unlimited.
112.El
113.Sh SYNTAX
114.Nm m4
115provides the following built-in macros.
114The
115.Nm
116utility provides the following built-in macros.
116They may be redefined, losing their original meaning.
117Return values are null unless otherwise stated.
118.Bl -tag -width changequotexxx
119.It Ic builtin
120Calls a built-in by its name, overriding possible redefinitions.
121.It Ic changecom
122Change the start and end comment sequences.
123The default is the pound sign

--- 254 unchanged lines hidden ---
117They may be redefined, losing their original meaning.
118Return values are null unless otherwise stated.
119.Bl -tag -width changequotexxx
120.It Ic builtin
121Calls a built-in by its name, overriding possible redefinitions.
122.It Ic changecom
123Change the start and end comment sequences.
124The default is the pound sign

--- 254 unchanged lines hidden ---