From b656d1fe59b5f3d1903cde136a04499a7b419997 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 3 Apr 2002 08:40:12 +0000 Subject: Imported from pacman-1.21.tar.gz --- pacman.8.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'pacman.8.in') diff --git a/pacman.8.in b/pacman.8.in index 86783836..c4d0d2c9 100644 --- a/pacman.8.in +++ b/pacman.8.in @@ -65,10 +65,13 @@ This option should be used with care, preferably not at all. .TP .B "\-n, \-\-nosave" Instructs pacman to ignore file backup designations. Normally, when -a file is about to be removed from the system, the database is first -checked to see if the file should be renamed to a .save extension +a file is about to be \fIremoved\fP from the system the database is first +checked to see if the file should be renamed to a .pacsave extension (indicated by a '\fB*\fP' prefix in the pacman database). The \fB--nosave\fP -will turn off all file backups. +will turn off these file backups. Normally, when a file is about to be \fIadded\fP +or \fIupgraded\fP and a starred file already exists, pacman will write +the new file to a .pacnew extension and keep the old one in place. In this +case, \fB--nosave\fP instructs pacman to overwrite the existing file. .TP .B "\-r, \-\-root " Specify alternative installation root (default is "/"). This -- cgit v1.2.3-24-g4f1b