Replace capitalisation with proper <emphasis> tags.

This commit is contained in:
Giorgos Keramidas 2002-09-05 23:43:26 +00:00
parent 30c5d47383
commit db56ff1d8b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14179

View file

@ -72,9 +72,9 @@ FAQ</ulink>,
to correctly manage your sources by locally deleting any files
no longer present in the repository, thus leaving no stale files
on your system. In fact, without a checkouts file, <command>cvsup</command> would
NOT know which files your collection was composed of (cf
<emphasis>not</emphasis> know which files your collection was composed of (cf
&man.cvsup.1; and the fallback method for details); as a result,
it could NOT delete on your system those files no longer present
it could not delete on your system those files no longer present
in the repository. They would remain on your system (stale
files), and might cause you subtle build failures or other
trouble. For example, this problem is likely to occur if you