<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/man/man8, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>tmac/tmac.an: define .MR in a groff compatible way</title>
<updated>2025-07-27T13:58:50+00:00</updated>
<author>
<name>Dmitri Vereshchagin</name>
<email>dmitri.vereshchagin@gmail.com</email>
</author>
<published>2024-01-31T17:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=10564b11755ff2d48d0f5073c46571e806fa6fb4'/>
<id>10564b11755ff2d48d0f5073c46571e806fa6fb4</id>
<content type='text'>
groff 1.23.0 added .MR to its -man macro package.  The NEWS file states
that the inclusion of the macro "was prompted by its introduction to
Plan 9 from User Space's troff in August 2020."  From d32deab it seems
that the name for Plan 9 from User Space's implementation was suggested
by groff maintainer G. Brandon Robinson.

Not sure if the intention was to make these definitions compatible, but
it would be nice if they were.

Currently, Plan 9 from User Space's .MR expects its second argument to
be parenthesized.  groff's .MR does not.  This results in extra
parentheses appearing in manual references when viewing Plan 9 from User
Space's manual pages on a system using groff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
groff 1.23.0 added .MR to its -man macro package.  The NEWS file states
that the inclusion of the macro "was prompted by its introduction to
Plan 9 from User Space's troff in August 2020."  From d32deab it seems
that the name for Plan 9 from User Space's implementation was suggested
by groff maintainer G. Brandon Robinson.

Not sure if the intention was to make these definitions compatible, but
it would be nice if they were.

Currently, Plan 9 from User Space's .MR expects its second argument to
be parenthesized.  groff's .MR does not.  This results in extra
parentheses appearing in manual references when viewing Plan 9 from User
Space's manual pages on a system using groff.
</pre>
</div>
</content>
</entry>
<entry>
<title>tmac: rename IM (italic manual) to MR (manual reference)</title>
<updated>2020-08-16T00:09:40+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-08-16T00:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d32deab17bfffa5bffc5fab3e6577558e40888c5'/>
<id>d32deab17bfffa5bffc5fab3e6577558e40888c5</id>
<content type='text'>
Suggested by G. Brandon Robinson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by G. Brandon Robinson.
</pre>
</div>
</content>
</entry>
<entry>
<title>tmac: introduce real manual reference macro instead of overloading IR</title>
<updated>2020-08-14T03:43:43+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-08-14T03:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=977b25a76ae8263e53fb4eb1abfc395769f23e3d'/>
<id>977b25a76ae8263e53fb4eb1abfc395769f23e3d</id>
<content type='text'>
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links.
But not all such IR invocations should be manual links;
those had to be written to avoid the IR macro before.
Worse, the \X'...' ending the IR causes troff to emit only a single space after a period.

Defining a new IM macro for manual references fixes both problems.

Fixes #441.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links.
But not all such IR invocations should be manual links;
those had to be written to avoid the IR macro before.
Worse, the \X'...' ending the IR causes troff to emit only a single space after a period.

Defining a new IM macro for manual references fixes both problems.

Fixes #441.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make venti's doc more accurate</title>
<updated>2020-01-13T15:10:31+00:00</updated>
<author>
<name>Edouard Klein</name>
<email>edouardklein@gmail.com</email>
</author>
<published>2019-05-23T11:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=185fd7db0513a14c91749bfab3fe7dc30a64f480'/>
<id>185fd7db0513a14c91749bfab3fe7dc30a64f480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: remove .cvsignore files</title>
<updated>2017-09-14T15:25:17+00:00</updated>
<author>
<name>Kare Nuorteva</name>
<email>kare.nuorteva@me.com</email>
</author>
<published>2017-09-10T10:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b3336e5cbb82042dfeedab8615022410b74f8520'/>
<id>b3336e5cbb82042dfeedab8615022410b74f8520</id>
<content type='text'>
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
</pre>
</div>
</content>
</entry>
<entry>
<title>man: various cleanup</title>
<updated>2017-07-16T02:52:27+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2017-07-16T02:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b546bd6e723bcc49b0701729b7bc70fc9745eec2'/>
<id>b546bd6e723bcc49b0701729b7bc70fc9745eec2</id>
<content type='text'>
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3
Reviewed-on: https://plan9port-review.googlesource.com/2962
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3
Reviewed-on: https://plan9port-review.googlesource.com/2962
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fossil: import from plan 9</title>
<updated>2013-09-23T21:00:39+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2013-09-23T21:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=6f4d00ee45693290fae042b27536b54f77b96acd'/>
<id>6f4d00ee45693290fae042b27536b54f77b96acd</id>
<content type='text'>
R=rsc
https://codereview.appspot.com/7988047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
https://codereview.appspot.com/7988047
</pre>
</div>
</content>
</entry>
<entry>
<title>disk/mkfs, disk/mkext: add from Plan 9</title>
<updated>2012-07-17T23:10:45+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-07-17T23:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d2173bb552d308d60a4e4a53cd3b8e0949b38dbc'/>
<id>d2173bb552d308d60a4e4a53cd3b8e0949b38dbc</id>
<content type='text'>
R=rsc, rsc
http://codereview.appspot.com/6405057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc, rsc
http://codereview.appspot.com/6405057
</pre>
</div>
</content>
</entry>
<entry>
<title>venti(8): fix discussion of variables</title>
<updated>2012-07-14T12:01:15+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-07-14T12:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7276d83b825163fc76c905c21ba3eab078e53dc8'/>
<id>7276d83b825163fc76c905c21ba3eab078e53dc8</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6397046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6397046
</pre>
</div>
</content>
</entry>
<entry>
<title>venti-fmt(8): minor fix in synopsis</title>
<updated>2011-06-07T20:21:57+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2011-06-07T20:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b97cbfdf915d7a1d1a4746d68d870fea592db55b'/>
<id>b97cbfdf915d7a1d1a4746d68d870fea592db55b</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4571051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4571051
</pre>
</div>
</content>
</entry>
</feed>
