From 77a9f7d6be843590c1ab60e70ed6078a992b37f3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 6 Aug 2004 16:45:52 +0000 Subject: 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). --- usr.sbin/pkg_add/pkg_create.1 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'usr.sbin/pkg_add/pkg_create.1') 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 -- cgit v1.2.3