summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/pkg_create.1
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-06-26 10:09:05 +0000
committerwiz <wiz@NetBSD.org>2003-06-26 10:09:05 +0000
commit16562717af697e57f8354530ba30a044b1ebea03 (patch)
tree7a84f1416332974ab565795dd760ac5bf14fc9d2 /usr.sbin/pkg_install/create/pkg_create.1
parent174b41a4328e1239b126624a3d720e5e6111e577 (diff)
Quote % characters in macro lines.
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index bb9365b0b99..919109f8971 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.35 2003/01/10 11:55:45 agc Exp $
+.\" $NetBSD: pkg_create.1,v 1.36 2003/06/26 10:09:05 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -346,24 +346,24 @@ is set to
and the last extracted file was
.Pa bin/emacs .
.Bl -tag -width indent -compact
-.It Cm "%F"
+.It Cm "\&%F"
Expands to the last filename extracted (as specified), in the example case
.Pa bin/emacs
-.It Cm "%D"
+.It Cm "\&%D"
Expand to the current directory prefix, as set with
.Cm @cwd ,
in the example case
.Pa /usr/local .
-.It Cm "%B"
+.It Cm "\&%B"
Expand to the ``basename'' of the fully qualified filename, that
is the current directory prefix, plus the last filespec, minus
the trailing filename.
In the example case, that would be
.Pa /usr/local/bin .
-.It Cm "%f"
+.It Cm "\&%f"
Expand to the ``filename'' part of the fully qualified name, or
the converse of
-.Cm %B ,
+.Cm \&%B ,
being in the example case,
.Pa emacs .
.El
@@ -372,7 +372,7 @@ Execute
.Ar command
as part of the deinstallation process.
Expansion of special
-.Cm %
+.Cm \&%
sequences is the same as for
.Cm @exec .
This command is not executed during the package add, as