diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-14 13:38:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-14 13:38:25 +0000 |
commit | ee842489a6cad0cf71a9a067177be78fc616bf56 (patch) | |
tree | 7fd4b6213714d58cf0a0ca4fb4da45bffa2063bc | |
parent | d1b9cb4e4d3288974058b3c4574bba3ddb927fe5 (diff) |
fix a list;
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 202d22e7bdc..6cd9ffe52ec 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.31 2003/04/15 19:50:22 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.32 2003/07/14 13:38:24 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -240,7 +240,7 @@ into a special staging directory in if set - see CAVEATS section) and then runs through the following sequence to fully extract the contents of the package: -.Bl -enum -indent indent +.Bl -enum .It A check is made to determine if the package is already recorded as installed. If it is, |