diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-06 16:45:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-06 16:45:52 +0000 |
commit | 77a9f7d6be843590c1ab60e70ed6078a992b37f3 (patch) | |
tree | 5e7e1b55b3312d33a4c880fad7d6993be1cfb32a /usr.sbin/pkg_add/pkg_create.1 | |
parent | c9174f9fb69768d39cce30371a6faf5281aa9f3d (diff) |
Use .Dl instead of a literal block when we only have a single line. Has
the side effect of fixing some ugly indentation (or the lack thereof).
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 1770a1e3357..fd616644e08 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.9 2004/08/06 16:41:31 millert Exp $ +.\" $OpenBSD: pkg_create.1,v 1.10 2004/08/06 16:45:51 millert Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -306,17 +306,13 @@ Directories to remove can be shared between packages. If .Ar name does not begin with an @, same as -.Bd -literal -offset -name/ -.Ed +.Dl name/ .It Cm @dirrm Ar directoryname Declare directory .Pa directoryname to be deleted at deinstall time. Deprecated, use -.Bd -literal -offset -directoryname/ -.Ed +.Dl directoryname/ instead, as it handles proper directory creation as well. .It Cm @extra Ar file Declare extra file |