diff options
| author | Marc Fonvieille <blackend@FreeBSD.org> | 2002-09-15 11:46:04 +0000 |
|---|---|---|
| committer | Marc Fonvieille <blackend@FreeBSD.org> | 2002-09-15 11:46:04 +0000 |
| commit | d497a51f8af8d13a9e8bcdfe5ddb4cff1f072bec (patch) | |
| tree | 17eec8d8ea79eff7ed6b211b638ae76b1b1eb285 /en_US.ISO8859-1 | |
| parent | 298083d7779fb987742483c3ebe8119baf061c6c (diff) | |
Addition of missing parenthesis and colon, use application tags for
Emacs.
Notes
svn path=/head/; revision=14284
Diffstat (limited to 'en_US.ISO8859-1')
| -rw-r--r-- | en_US.ISO8859-1/books/porters-handbook/book.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index e1f27be9a7..40d3bf18ad 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -3347,9 +3347,9 @@ ${PREFIX}/man/ja/man4/baz.4.gz</programlisting> <filename><makevar>PREFIX</makevar>/info/dir</filename> file. (Sorry for the length of this section, but is it imperative to weave all the info files together. If done correctly, it will produce a - <emphasis>beautiful</emphasis> listing, so please bear with me!</para> + <emphasis>beautiful</emphasis> listing, so please bear with me!)</para> - <para>First, this is what you (as a porter) need to know</para> + <para>First, this is what you (as a porter) need to know:</para> <screen>&prompt.user; <userinput>install-info --help</userinput> install-info [OPTION]... [INFO-FILE [DIR-FILE]] @@ -3434,7 +3434,7 @@ Options: the info files, they should be rebuilt when you type <command>make</command>; but many <filename>Makefile</filename>s do not include correct dependencies for info files. In - <command>emacs</command>' case, it was necessary to patch the main + <application>Emacs</application>' case, it was necessary to patch the main <filename>Makefile.in</filename> so it would descend into the <filename>man</filename> subdirectory to rebuild the info pages.</para> |
