On 13/05/13 01:59, Andrew Gregory wrote: > Signed-off-by: Andrew Gregory <[email protected]> > --- > doc/pacman.8.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt > index 189e113..c13099a 100644 > --- a/doc/pacman.8.txt > +++ b/doc/pacman.8.txt > @@ -445,6 +445,10 @@ original=X, current=Y, new=Z:: > extension and warn the user. The user must then manually merge any > necessary changes into the original file. > > +original=NULL, current=Y, new=Z:: > + Package was not previously installed. Save the current file with > + a '.pacorig' extension, install the new file, and warn the user. > + >
How about: "Package was not previously installed by file present on the filesystem." Do we need to mention it is an unonwned file? I guess not... > Examples > -------- >
