Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-04-28 19:36:49 +00:00
parent 410d138407
commit ff76bf5f73
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44677

View file

@ -1961,7 +1961,7 @@
in addition to the natural desire of users
to give files long descriptive names,
a common way of forming filenames is as
<filename>basename.extension</filename>,
<filename><replaceable>basename</replaceable>.<replaceable>extension</replaceable></filename>,
where the extension (indicating the kind of file, such as
<literal>.c</literal>
for C source or