From 306273ce7b104ef9401e7a6397dac027bb8e2700 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 3 Nov 2012 11:33:55 +0100 Subject: [PATCH] xbps-remove.8: minor tweaks. --- bin/xbps-remove/xbps-remove.8 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/xbps-remove/xbps-remove.8 b/bin/xbps-remove/xbps-remove.8 index 9f069408..f0766bc1 100644 --- a/bin/xbps-remove/xbps-remove.8 +++ b/bin/xbps-remove/xbps-remove.8 @@ -15,11 +15,11 @@ command removes installed packages in the target root directory. Removing a package involves some steps: .Pp .Sy * -The +Executes the .Sy pre-remove action on its .Sy REMOVE -script is executed. +script. .Pp .Sy * Package files are removed if those have not been modified. @@ -28,22 +28,22 @@ The option overrides this behaviour and forcefully removes the files. .Pp .Sy * -The +Executes the .Sy post-remove action on its .Sy REMOVE -script is executed. +script. .Pp .Sy * -Package state is changed to +Changes package state to .Sy XBPS_PKG_STATE_HALF_REMOVED . .Pp .Sy * -The +Executes the .Sy purge action on its .Sy REMOVE -script is executed. +script. .Pp .Sy * Package metadata files are removed.