Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
111
Agent-Windows/OGP64/usr/share/groff/1.24.1/tmac/andoc.tmac
Normal file
111
Agent-Windows/OGP64/usr/share/groff/1.24.1/tmac/andoc.tmac
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
.\" Load either an.tmac or doc.tmac. Multiple man pages can be handled.
|
||||
.\"
|
||||
.\" See groff_tmac(5), groff_man(7), or groff_mdoc(7).
|
||||
.
|
||||
.\" Copyright 2008-2015 Free Software Foundation, Inc.
|
||||
.\"
|
||||
.\" Written by Werner Lemberg (wl@gnu.org),
|
||||
.\" based on a patch from Tadziu Hoffmann
|
||||
.\"
|
||||
.\" This file is part of groff, the GNU roff typesetting system.
|
||||
.\"
|
||||
.\" groff is free software; you can redistribute it and/or modify it
|
||||
.\" under the terms of the GNU General Public License as published by
|
||||
.\" the Free Software Foundation, either version 3 of the License, or
|
||||
.\" (at your option) any later version.
|
||||
.\"
|
||||
.\" groff is distributed in the hope that it will be useful, but WITHOUT
|
||||
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
.\" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
||||
.\" License for more details.
|
||||
.\"
|
||||
.\" You should have received a copy of the GNU General Public License
|
||||
.\" along with this program. If not, see
|
||||
.\" <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
.if !\n(.g \
|
||||
. ab andoc.tmac: macros require groff extensions; aborting
|
||||
.
|
||||
.do nr *groff_andoc_tmac_C \n[.cp]
|
||||
.cp 0
|
||||
.
|
||||
.als andoc-em em
|
||||
.als andoc-bp bp
|
||||
.als andoc-ne ne
|
||||
.
|
||||
.
|
||||
.\" We must not use '.de1' for 'reload-doc' or 'reload-man'! 'doc.tmac'
|
||||
.\" unconditionally switches compatibility mode off, but '.de1' would
|
||||
.\" ignore this, restoring the mode that was active before. Similarly,
|
||||
.\" we have to switch back to the original compatibility mode for man
|
||||
.\" documents in case there is a mix of mdoc and man input files.
|
||||
.
|
||||
.
|
||||
.de reload-doc
|
||||
. \" Flush any partially collected output line and write page footer in
|
||||
. \" continuous rendering mode.
|
||||
. do if d an*end-document \
|
||||
. do an*end-document
|
||||
.
|
||||
. \" Remove traps planted by an.tmac.
|
||||
. do ch an-header
|
||||
. do ch an-break-body-text
|
||||
. do ch an-footer
|
||||
.
|
||||
. do als em andoc-em
|
||||
. do als bp andoc-bp
|
||||
. do als ne andoc-ne
|
||||
. do blm \" no blank line trap
|
||||
. do lsm \" no leading space trap
|
||||
. em \" no end-of-input trap
|
||||
.
|
||||
. do rm Dd \" force reinitialization of doc.tmac
|
||||
. do mso doc.tmac
|
||||
.
|
||||
. do als TH reload-man
|
||||
.\" http://savannah.gnu.org/bugs/?44714 necessitates this control line
|
||||
\\*(Dd\\
|
||||
..
|
||||
.
|
||||
.de reload-man
|
||||
. \" Flush any partially collected output line and write page footer in
|
||||
. \" continuous rendering mode.
|
||||
. do if d doc-end-document \
|
||||
. do doc-end-document
|
||||
.
|
||||
. \" Remove traps planted by mdoc/doc-{common,{n,dit}roff}.
|
||||
. do ch doc-break-body-text
|
||||
. do ch doc-header
|
||||
. do ch doc-footer
|
||||
.
|
||||
. do als em andoc-em
|
||||
. do als bp andoc-bp
|
||||
. do als ne andoc-ne
|
||||
. do blm \" no blank line trap
|
||||
. em \" no end-of-input trap
|
||||
.
|
||||
. do rm TH \" force reinitialization of an.tmac
|
||||
. do mso an.tmac
|
||||
.
|
||||
. do als Dd reload-doc
|
||||
.\" http://savannah.gnu.org/bugs/?44714 necessitates this control line
|
||||
\\*(TH\\
|
||||
..
|
||||
.
|
||||
.als TH reload-man
|
||||
.als Dd reload-doc
|
||||
.
|
||||
.\" dummy equation macros -- eqnrc is read before .TH or .Dd is parsed
|
||||
.de EQ
|
||||
..
|
||||
.de EN
|
||||
..
|
||||
.
|
||||
.cp \n[*groff_andoc_tmac_C]
|
||||
.do rr *groff_andoc_tmac_C
|
||||
.
|
||||
.\" Local Variables:
|
||||
.\" mode: nroff
|
||||
.\" fill-column: 72
|
||||
.\" End:
|
||||
.\" vim: set filetype=groff textwidth=72:
|
||||
Loading…
Add table
Add a link
Reference in a new issue