| Summary: | HTML rendering: replaceable elements are not distinguished | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Warren Block
2013-12-20 18:00:00 UTC
Further info: this problem seems to be limited to <replaceable> tags inside <command> tags. Author: gabor Date: Wed Jan 22 10:07:19 2014 New Revision: 43623 URL: http://svnweb.freebsd.org/changeset/doc/43623 Log: - Mark a command part as replaceable PR: docs/185041 Submitted by: wblock Modified: head/en_US.ISO8859-1/books/fdp-primer/book.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/book.xml Tue Jan 21 23:41:48 2014 (r43622) +++ head/en_US.ISO8859-1/books/fdp-primer/book.xml Wed Jan 22 10:07:19 2014 (r43623) @@ -181,7 +181,7 @@ The time is 09:18</screen></entry> <entry>To search for a keyword in the manual pages, type <command>man -k - keyword</command></entry> + <replaceable>keyword</replaceable></command></entry> </row> <row> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed I have fixed this case, thanks! Unfortunately, some other replaceable elements may have been lost in the DB5 conversion. Responsible Changed From-To: freebsd-doc->gabor I have fixed this case, thanks! Unfortunately, some other replaceable elements may have been lost in the DB5 conversion. |