diff options
Diffstat (limited to 'doc/groff.html.node/man.html')
-rw-r--r-- | doc/groff.html.node/man.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/groff.html.node/man.html b/doc/groff.html.node/man.html new file mode 100644 index 0000000..93ec854 --- /dev/null +++ b/doc/groff.html.node/man.html @@ -0,0 +1,71 @@ +<!DOCTYPE html> +<html> +<!-- Created by GNU Texinfo 7.0.3, https://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<!-- This manual documents GNU troff version 1.23.0. + +Copyright © 1994-2023 Free Software Foundation, Inc. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled "GNU Free +Documentation License". --> +<title>man (The GNU Troff Manual)</title> + +<meta name="description" content="man (The GNU Troff Manual)"> +<meta name="keywords" content="man (The GNU Troff Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta name="viewport" content="width=device-width,initial-scale=1"> + +<link href="index.html" rel="start" title="Top"> +<link href="Request-Index.html" rel="index" title="Request Index"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Major-Macro-Packages.html" rel="up" title="Major Macro Packages"> +<link href="mdoc.html" rel="next" title="mdoc"> +<link href="Major-Macro-Packages.html" rel="prev" title="Major Macro Packages"> +<style type="text/css"> +<!-- +span.r {font-family: initial; font-weight: normal; font-style: normal} +--> +</style> + + +</head> + +<body lang="en"> +<div class="section-level-extent" id="man"> +<div class="nav-panel"> +<p> +Next: <a href="mdoc.html" accesskey="n" rel="next"><samp class="file">mdoc</samp></a>, Previous: <a href="Major-Macro-Packages.html" accesskey="p" rel="prev">Macro Packages</a>, Up: <a href="Major-Macro-Packages.html" accesskey="u" rel="up">Macro Packages</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Request-Index.html" title="Index" rel="index">Index</a>]</p> +</div> +<hr> +<h3 class="section" id="man-1">4.1 <samp class="file">man</samp></h3> +<a class="index-entry-id" id="index-manual-pages"></a> +<a class="index-entry-id" id="index-man-pages"></a> +<a class="index-entry-id" id="index-an_002etmac"></a> +<a class="index-entry-id" id="index-man_002etmac"></a> + +<p>The <code class="code">man</code> macro package is the most widely used and probably the +most important ever developed for <code class="code">troff</code>. It is easy to use, and +a vast majority of manual pages (“man pages”) are written in it. +</p> +<p><code class="code">groff</code>’s implementation is documented in the +<cite class="cite">groff_man<span class="r">(7)</span></cite> man page. Type ‘<samp class="samp">man groff_man</samp>’ at the +command line to view it. +</p> + + +<ul class="mini-toc"> +<li><a href="Optional-man-extensions.html" accesskey="1">Optional <samp class="file">man</samp> extensions</a></li> +</ul> +</div> + + + +</body> +</html> |