Deleted Added
full compact
m2 (96904) m2 (108533)
1.\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
1.\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
2.\"
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions are
5.\" met:
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions are
5.\" met:
6.\"
6.\"
7.\" Redistributions of source code and documentation must retain the above
8.\" copyright notice, this list of conditions and the following
9.\" disclaimer.
7.\" Redistributions of source code and documentation must retain the above
8.\" copyright notice, this list of conditions and the following
9.\" disclaimer.
10.\"
10.\"
11.\" Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution.
11.\" Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution.
14.\"
14.\"
15.\" All advertising materials mentioning features or use of this software
16.\" must display the following acknowledgement:
15.\" All advertising materials mentioning features or use of this software
16.\" must display the following acknowledgement:
17.\"
17.\"
18.\" This product includes software developed or owned by Caldera
19.\" International, Inc. Neither the name of Caldera International, Inc.
20.\" nor the names of other contributors may be used to endorse or promote
21.\" products derived from this software without specific prior written
22.\" permission.
18.\" This product includes software developed or owned by Caldera
19.\" International, Inc. Neither the name of Caldera International, Inc.
20.\" nor the names of other contributors may be used to endorse or promote
21.\" products derived from this software without specific prior written
22.\" permission.
23.\"
23.\"
24.\" USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
25.\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
26.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28.\" DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE
29.\" FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
33.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
34.\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
35.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
25.\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
26.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28.\" DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE
29.\" FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
33.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
34.\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
35.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\"
36.\"
37.\" @(#)m2 8.1 (Berkeley) 8/14/93
38.\"
37.\" @(#)m2 8.1 (Berkeley) 8/14/93
38.\"
39.\" $FreeBSD: head/share/doc/usd/21.troff/m2 96904 2002-05-19 04:02:29Z grog $
39.\" $FreeBSD: head/share/doc/usd/21.troff/m2 108533 2003-01-01 18:49:04Z schweikh $
40.tr |
41.rm mx
42.br
43.mh
44Line Length and Indenting
45.pg
46The maximum line length for fill mode may be set with \fBll\fR.
47The indent may be set with \fBin\fR;

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

162Note that the \fB\e$\fR
163was concealed in the definition with a prepended \fB\e\fR.
164The number of currently available
165arguments is in the \fB.$\fR register.
166.pg
167No arguments are available at the top (non-macro) level
168in this implementation.
169Because string referencing is implemented
40.tr |
41.rm mx
42.br
43.mh
44Line Length and Indenting
45.pg
46The maximum line length for fill mode may be set with \fBll\fR.
47The indent may be set with \fBin\fR;

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

162Note that the \fB\e$\fR
163was concealed in the definition with a prepended \fB\e\fR.
164The number of currently available
165arguments is in the \fB.$\fR register.
166.pg
167No arguments are available at the top (non-macro) level
168in this implementation.
169Because string referencing is implemented
170as a input-level push down,
170as an input-level push down,
171no arguments are available from \fIwithin\fR a string.
172No arguments are available within a trap-invoked macro.
173.pg
174Arguments are copied in \fIcopy mode\fR onto a stack
175where they are available for reference.
176The mechanism does not allow an argument to contain
177a direct reference to a \fIlong\fR string
178(interpolated at copy time) and it is advisable to

--- 222 unchanged lines hidden ---
171no arguments are available from \fIwithin\fR a string.
172No arguments are available within a trap-invoked macro.
173.pg
174Arguments are copied in \fIcopy mode\fR onto a stack
175where they are available for reference.
176The mechanism does not allow an argument to contain
177a direct reference to a \fIlong\fR string
178(interpolated at copy time) and it is advisable to

--- 222 unchanged lines hidden ---