Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 1 | dnl*************************************************************************** |
micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 2 | dnl Copyright 2020 Thomas E. Dickey * |
| 3 | dnl Copyright 2000,2006 Free Software Foundation, Inc. * |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 4 | dnl * |
| 5 | dnl Permission is hereby granted, free of charge, to any person obtaining a * |
| 6 | dnl copy of this software and associated documentation files (the * |
| 7 | dnl "Software"), to deal in the Software without restriction, including * |
| 8 | dnl without limitation the rights to use, copy, modify, merge, publish, * |
| 9 | dnl distribute, distribute with modifications, sublicense, and/or sell * |
| 10 | dnl copies of the Software, and to permit persons to whom the Software is * |
| 11 | dnl furnished to do so, subject to the following conditions: * |
| 12 | dnl * |
| 13 | dnl The above copyright notice and this permission notice shall be included * |
| 14 | dnl in all copies or substantial portions of the Software. * |
| 15 | dnl * |
| 16 | dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * |
| 17 | dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * |
| 18 | dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * |
| 19 | dnl IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * |
| 20 | dnl DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * |
| 21 | dnl OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * |
| 22 | dnl THE USE OR OTHER DEALINGS IN THE SOFTWARE. * |
| 23 | dnl * |
| 24 | dnl Except as contained in this notice, the name(s) of the above copyright * |
| 25 | dnl holders shall not be used in advertising or otherwise to promote the * |
| 26 | dnl sale, use or other dealings in this Software without prior written * |
| 27 | dnl authorization. * |
| 28 | dnl*************************************************************************** |
| 29 | dnl |
micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 30 | dnl $Id: table.m4,v 1.3 2020/02/02 23:34:34 tom Exp $ |
Amit Daniel Kachhap | e6a01f5 | 2011-07-20 11:45:59 +0530 | [diff] [blame] | 31 | define(`ANCHORIDX',`0')dnl |
| 32 | define(`MANPAGE',`define(`MANPG',$1)')dnl |
| 33 | divert(-1)dnl |
| 34 | define(`ANCHOR',`divert(0)define(`ANCHORIDX',incr(ANCHORIDX))dnl |
| 35 | <TR><TD>$1</TD><TD><A HREF="HTMLNAME`#'AFU`_'ANCHORIDX">$2</A></TD><TD><A HREF="../man/MANPG.html">MANPG</A></TD></TR> |
| 36 | divert(-1)') |