diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-04-17 06:23:14 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-04-17 06:23:14 +0200 |
commit | 774bf2e4ab19c8fab2fbe26792ee5ad17355ced8 (patch) | |
tree | 7e159c45a834b587c895dfc2aab8dc1e8800b006 /index.html | |
parent | c4d1e83ae00c6d278944ef80cefb8dee38393f94 (diff) | |
download | www-774bf2e4ab19c8fab2fbe26792ee5ad17355ced8.tar.gz |
quick guide on how to view man files
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 6d27762..d259153 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ <div id="majornote"> <h2>Recent Articles</h2> <p>These are recent articles. Those before April 2022 are not listed, but maybe be listed later.</p> - <p>Beginning April 2022, almost all articles are available in mmark markdown, IETF XML, plain text (RFC style), nroff man page, typeset man page, and HTML.</p> + <p>Beginning April 2022, almost all articles are available in mmark markdown, IETF XML, plain text (RFC style), nroff man page, typeset man page, and HTML. <code>man -l <filename></code> may be used to view nroff man pages (which usually have a numerical file extension).</p> <ul> <li><a href="pragmatics/">WIP: The Pragmatic Use of Nonfree Software in the Free Software Movement</a>.</li> </ul> |