aboutsummaryrefslogtreecommitdiff
path: root/man/man1/bundle.1
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-08-13 23:41:59 -0400
committerRuss Cox <rsc@swtch.com>2020-08-13 23:43:43 -0400
commit977b25a76ae8263e53fb4eb1abfc395769f23e3d (patch)
treeb04cc1be9205fd85f588e9434642e8aed8a8a4fd /man/man1/bundle.1
parenta1c4307800c7f1ef9c5d71ba4c6c3642837e2877 (diff)
downloadplan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.gz
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.bz2
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.zip
tmac: introduce real manual reference macro instead of overloading IR
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.
Diffstat (limited to 'man/man1/bundle.1')
-rw-r--r--man/man1/bundle.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/bundle.1 b/man/man1/bundle.1
index 36bcd8d0..b954fdb1 100644
--- a/man/man1/bundle.1
+++ b/man/man1/bundle.1
@@ -7,20 +7,20 @@ bundle \- collect files for distribution
.SH DESCRIPTION
.I Bundle
writes on its standard output a shell script for
-.IR rc (1)
+.IM rc (1)
or a Bourne shell
which, when executed,
will recreate the original
.IR files .
Its main use is for distributing small numbers of text files by
-.IR mail (1).
+.IM mail (1) .
.PP
Although less refined than standard archives from
.I 9ar
(see
-.IR 9c (1))
+.IM 9c (1) )
or
-.IR tar (1),
+.IM tar (1) ,
a
.IR bundle
file
@@ -49,7 +49,7 @@ cd gift; sh horse; mk
(in
.IR 9c (1)),
.IR tar (1),
-.IR mail (1)
+.IM mail (1)
.SH BUGS
.I Bundle
will not create directories and is unsatisfactory for non-text files.