diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:52 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:52 +0000 |
commit | 6fc33863f31051a5fc2726a236ce8b64d33bc964 (patch) | |
tree | 0e360d911299b38ac8d22786ef3a647026f7d570 /apt-pkg/algorithms.h | |
parent | 8e06abb2587d06891a84414f09f4910429451bf8 (diff) |
Comment touch ups
Author: jgg
Date: 1998-07-19 21:24:11 GMT
Comment touch ups
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r-- | apt-pkg/algorithms.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index d6078b2cb..d17a42447 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: algorithms.h,v 1.2 1998/07/12 23:58:22 jgg Exp $ +// $Id: algorithms.h,v 1.3 1998/07/19 21:24:11 jgg Exp $ /* ###################################################################### Algorithms - A set of misc algorithms @@ -14,6 +14,8 @@ pkgApplyStatus sets the target state based on the content of the status field in the status file. It is important to get proper crash recovery. + + pkgFixBroken corrects a broken system so that it is in a sane state. ##################################################################### */ /*}}}*/ |