aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-09-01 10:04:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-09-01 10:04:47 +0000
commitc32155b9e3a65b7e394897876a3634032afce9b3 (patch)
tree5af8be5312604fab73368b357e1f945e799252d4 /usr.sbin/pkg_install/create
parente3dca630084842a8ee9ff6625493bcbe824ece62 (diff)
downloadsrc-c32155b9e3a65b7e394897876a3634032afce9b3.tar.gz
src-c32155b9e3a65b7e394897876a3634032afce9b3.zip
Use the appropriate macro for double quotes rather than using double
quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436
Notes
Notes: svn path=/head/; revision=50741
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.133
1 files changed, 24 insertions, 9 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index dfcecb66b5b3..c075bf977c78 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -63,7 +63,9 @@ description of the input syntax is included in this document.
The following command line options are supported:
.Bl -tag -width indent
.It Fl f Ar packinglist
-Fetch ``packing list'' for package from the file
+Fetch
+.Dq packing list
+for package from the file
.Ar packinglist
or
.Cm stdin
@@ -73,7 +75,9 @@ is a
.Cm -
(dash).
.It Fl c Ar [-]desc
-Fetch package ``one line description'' from file
+Fetch package
+.Dq one line description
+from file
.Ar desc
or, if preceded by
.Cm - ,
@@ -136,7 +140,9 @@ directives in the packing list (see PACKING LIST DETAILS section below).
.It Fl p Ar prefix
Set
.Ar prefix
-as the initial directory ``base'' to start from in selecting files for
+as the initial directory
+.Dq base
+to start from in selecting files for
the package.
.It Fl k Ar dscript
Set
@@ -167,7 +173,9 @@ the first argument.
.It Fl r Ar rscript
Set
.Ar rscript
-to be the ``requirements'' procedure for the package. This can be any
+to be the
+.Dq requirements
+procedure for the package. This can be any
executable program (or shell script). It will be invoked automatically
at installation/deinstallation time to determine whether or not
installation/deinstallation should proceed.
@@ -230,7 +238,9 @@ directive.
.El
.Pp
.Sh PACKING LIST DETAILS
-The ``packing list'' format (see
+The
+.Dq packing list
+format (see
.Fl f )
is fairly simple, being
nothing more than a single column of filenames to include in the
@@ -276,12 +286,16 @@ Expand to the current directory prefix, as set with
in the example case
.Pa /usr/local .
.It Cm "%B"
-Expand to the ``basename'' of the fully qualified filename, that
+Expand to the
+.Dq 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"
-Expand to the ``filename'' part of the fully qualified name, or
+Expand to the
+filename
+part of the fully qualified name, or
the converse of
.Cm %B ,
being in the example case,
@@ -302,8 +316,9 @@ as a result of adding the package, but not directly known to
the package's table of contents (and hence not automatically
removable). The advantage of using
.Cm @unexec
-over a deinstallation script is that you can use the ``special
-sequence expansion'' to get at files regardless of where they've
+over a deinstallation script is that you can use the
+.Dq special sequence expansion
+to get at files regardless of where they've
been potentially redirected (see
.Fl p ) .
.It Cm @mode Ar mode