summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_add/pkg_delete.1')
-rw-r--r--usr.sbin/pkg_add/pkg_delete.116
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1
index 8200c8b61f3..44b616960bc 100644
--- a/usr.sbin/pkg_add/pkg_delete.1
+++ b/usr.sbin/pkg_add/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_delete.1,v 1.47 2012/07/06 12:11:51 espie Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.48 2013/04/30 18:33:30 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -15,7 +15,7 @@
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: July 6 2012 $
+.Dd $Mdocdate: April 30 2013 $
.Dt PKG_DELETE 1
.Os
.Sh NAME
@@ -59,6 +59,15 @@ but see
.Pc .
.Pp
.Nm
+relies on the file system information being consistent.
+In case of a system crash,
+.Pa /var/db/pkg
+may become corrupted.
+Use
+.Xr pkg_check 8
+to repair things.
+.Pp
+.Nm
may ask questions in interactive mode, or error out otherwise.
Interactive mode is the default on a tty, see
options
@@ -180,7 +189,8 @@ option is specified.
.Xr pkg_create 1 ,
.Xr pkg_info 1 ,
.Xr pkg.conf 5 ,
-.Xr packages-specs 7
+.Xr packages-specs 7 ,
+.Xr pkg_check 8
.Sh AUTHORS
.Bl -tag -width indent -compact
.It "Jordan Hubbard"