<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/man/man7, 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>acme: shift button 3 for reverse search</title>
<updated>2024-06-15T14:57:45+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2024-06-15T14:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0c79c32675e83ff3d87d5bf52082652d85486a45'/>
<id>0c79c32675e83ff3d87d5bf52082652d85486a45</id>
<content type='text'>
An experiment. Let's see if it's any good.
Also document the Mac conventions in devdraw(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An experiment. Let's see if it's any good.
Also document the Mac conventions in devdraw(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo</title>
<updated>2023-01-23T20:45:55+00:00</updated>
<author>
<name>zhenya-1007</name>
<email>102388922+zhenya-1007@users.noreply.github.com</email>
</author>
<published>2023-01-23T20:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e2a141ae0952c2d28a9f500bb9da6dc72e57be3c'/>
<id>e2a141ae0952c2d28a9f500bb9da6dc72e57be3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernise terminology (#573)</title>
<updated>2022-08-18T14:47:17+00:00</updated>
<author>
<name>mmnmnnmnmm</name>
<email>mnnnm@disroot.org</email>
</author>
<published>2022-08-18T14:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=10e46bde5acfcabee6a3a38fb8245ce322620d67'/>
<id>10e46bde5acfcabee6a3a38fb8245ce322620d67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>devdraw: accept 5- and 6-byte Unicode hex values</title>
<updated>2020-05-30T01:28:59+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-05-30T01:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=3850e6e177677885074c8896ef24534894726ad5'/>
<id>3850e6e177677885074c8896ef24534894726ad5</id>
<content type='text'>
Alt X 1234 for U+1234
Alt X X 12345 for U+12345
Alt X X X 103456 for U+103456.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alt X 1234 for U+1234
Alt X X 12345 for U+12345
Alt X X X 103456 for U+103456.
</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>man: document font syntaxes</title>
<updated>2015-02-17T20:53:15+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2015-02-17T20:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b3a110affa33f0a3c96e06438047913f2db90c91'/>
<id>b3a110affa33f0a3c96e06438047913f2db90c91</id>
<content type='text'>
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18
Reviewed-on: https://plan9port-review.googlesource.com/1173
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18
Reviewed-on: https://plan9port-review.googlesource.com/1173
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
