diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-12-18 22:22:02 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-12-18 22:22:02 +0000 |
commit | 47ea6199f1242be94dde65604955f799ccf5d951 (patch) | |
tree | 144e2599fbed673275df5d7204df01169c67a097 /scripts | |
parent | 47fb75dd356e460209b94c6f35b393beb8986cec (diff) | |
download | dpkg-47ea6199f1242be94dde65604955f799ccf5d951.tar.gz |
Fix wrong formatting of dpkg-divert manpage
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dpkg-divert.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/dpkg-divert.8 b/scripts/dpkg-divert.8 index 30f282d1e..3aebe9dc6 100644 --- a/scripts/dpkg-divert.8 +++ b/scripts/dpkg-divert.8 @@ -17,11 +17,11 @@ dpkg-divert -- override a package's version of a file .SH DESCRIPTION File `diversions' are a way of forcing dpkg not to install a file into its location, but to a `diverted' location. Diversions can be used through the -package maintainer scripts to move a file away when it causes a conflict. -System administrators can also use it to override some package's -configuration file, or whenever some files (which aren't marked as -'conffiles') need to be preserved by dpkg, when installing a newer version -of a package which contains those files. +Debian package scripts to move a file away when it causes a conflict. System +administrators can also use it to override some package's configuration +file, or whenever some files (which aren't marked as 'conffiles') need to be +preserved by dpkg, when installing a newer version of a package which +contains those files. .sp .B dpkg-divert is the utility used to set up and update the list of diversions. It |