[128040] trunk/base/doc/port.1.txt

jmr at macports.org jmr at macports.org
Tue Nov 11 11:09:00 PST 2014


Revision: 128040
          https://trac.macports.org/changeset/128040
Author:   jmr at macports.org
Date:     2014-11-11 11:09:00 -0800 (Tue, 11 Nov 2014)
Log Message:
-----------
use consistent bolding of long options in port.1

Modified Paths:
--------------
    trunk/base/doc/port.1.txt

Modified: trunk/base/doc/port.1.txt
===================================================================
--- trunk/base/doc/port.1.txt	2014-11-11 19:08:03 UTC (rev 128039)
+++ trunk/base/doc/port.1.txt	2014-11-11 19:09:00 UTC (rev 128040)
@@ -257,9 +257,9 @@
 rdeps::
     Recursively lists the other ports that are required to build and run
     portname. To display the full dependency tree instead of only showing each
-    port once, use --full. To take dependency information from the PortIndex
+    port once, use *--full*. To take dependency information from the PortIndex
     instead of the Portfile (faster, but does not take variant selections into
-    account), use --index. To exclude dependencies that are only needed at
+    account), use *--index*. To exclude dependencies that are only needed at
     build time (i.e. depends_fetch, depends_extract, depends_build), use
     *--no-build*.
 
@@ -269,7 +269,7 @@
 rdependents::
     Recursively lists the installed ports that depend on the port portname. To
     display the full tree of dependents instead of only showing each port once,
-    use --full.
+    use *--full*.
 
 install::
     Install and activate 'portname'.
@@ -278,7 +278,7 @@
     Deactivate and uninstall portname. To uninstall all installed but 'inactive'
     ports, use *-u*. To recursively uninstall all dependents of this port, use
     *--follow-dependents*. To uninstall portname and then recursively uninstall
-    all ports it depended on, use --follow-dependencies.  This will not
+    all ports it depended on, use *--follow-dependencies*.  This will not
     uninstall dependencies that are marked as requested or that have other
     dependents.
 +
@@ -403,7 +403,7 @@
 in the latest installed version of the port, and finally the global variants
 specified in variants.conf, if any. Note that upgrade will not normally rebuild
 a port only to change the selected variants; you can either specify
---enforce-variants, or deactivate the port and reinstall it with different
+*--enforce-variants*, or deactivate the port and reinstall it with different
 variants.
 
 // Forcing a new paragraph here by inserting a dummy space
@@ -412,7 +412,7 @@
 After the upgrade MacPorts will automatically run rev-upgrade to check for
 broken ports that need to be rebuilt. If there are known problems with
 rev-upgrade or other reasons why you would want to avoid running this step, you
-can disable it by running port upgrade with the --no-rev-upgrade switch:
+can disable it by running port upgrade with the *--no-rev-upgrade* switch:
 
 --------
 port upgrade --no-rev-upgrade outdated
@@ -422,13 +422,13 @@
 rev-upgrade::
     Manually check for broken binaries and rebuild ports containing broken
     binaries.  rev-upgrade is usually automatically run after each upgrade,
-    unless you specify the --no-rev-upgrade option.
+    unless you specify the *--no-rev-upgrade* option.
     +
     rev-upgrade can run more checks against a special loadcommand in Mach-O
     binaries that should always be referencing the file itself. This check is
     most helpful for maintainers to check whether their ports have been built
-    correctly. It is disabled by default and can be enabled by passing --id-
-    loadcmd-check to rev-upgrade.
+    correctly. It is disabled by default and can be enabled by passing
+    *--id-loadcmd-check* to rev-upgrade.
     +
     See also: man:macports.conf[5]
 
@@ -576,7 +576,7 @@
 
 edit::
     Opens Portfile with your default editor specified in your shell's
-    environment variable. You can also use the --editor flag on the command line
+    environment variable. You can also use the *--editor* flag on the command line
     to specify an alternative editor.
 +
 For example:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141111/01663b50/attachment.html>


More information about the macports-changes mailing list