diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /usr.sbin | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_install/delete/pkg_delete.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 882a1d6cc75..a8b25315ffc 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.7 1999/10/09 20:35:45 beck Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.8 2000/03/06 21:46:55 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -53,8 +53,8 @@ attacks from miscreants who create dangerous package files. .Pp You are advised to verify the competence and identity of those who provide installable package files. For extra protection, examine all -the package control files in the package record directory ( -.Pa /var/db/pkg/<pkg-name>/ ). +the package control files in the package record directory +.Pq Pa /var/db/pkg/<pkg-name>/ . Pay particular attention to any +INSTALL, +DEINSTALL, +REQUIRE or +MTREE_DIRS files, and inspect the +CONTENTS file for |