From 92a1fca6e407226491ef0a25d036ee842b8e2bf8 Mon Sep 17 00:00:00 2001
From: Andrew Janke
Date: Sat, 5 Dec 2015 10:27:11 -0500
Subject: manpages: minor markup fixes
Fixes a couple issues left behind by Homebrew/homebrew#46676.
Closes Homebrew/homebrew#46706.
Signed-off-by: Andrew Janke
To view formula history locally: brew log -p <formula>.
info --json=version(--all|--installed|formulae):
+
info --json=version (--all|--installed|formulae):
Print a JSON representation of formulae. Currently the only accepted value
for version is v1.
If provided, --local will move them into the user's ~/Applications
directory instead of the system directory. It may need to be created, first.
ls, list [--full-name]
+
ls, list [--full-name]:
List all installed formulae. If --full-name is passed, print formulae with
full-qualified names.
ls, list --unbrewed
+
ls, list --unbrewed:
List all files in the Homebrew prefix not installed by Homebrew.
ls, list [--versions [--multiple]] [--pinned] [formulae]:
List the installed files for formulae. Combined with --verbose, recursively
@@ -289,7 +289,7 @@ spaces.
If --all is passed, show options for all formulae.
If --installed is passed, show options for all installed formulae.
outdated [--quiet | --verbose | --json=v1 ]:
+
outdated [--quiet|--verbose|--json=v1]:
Show formulae that have an updated version available.
By default, version information is displayed in interactive shells, and @@ -338,9 +338,9 @@ in three ways.
tap without arguments displays existing taps.
tap user/repotaps a formula repository from GitHub using HTTPS.
+tap user/repo https://github.com/user/homebrew-repo`.tap user/repo taps a formula repository from GitHub using HTTPS.
Since so many taps are hosted on GitHub, this command is a shortcut for
-
tap <user>/<repo> https://github.com/<user>/homebrew-<repo>.tap user/repo URL taps a formula repository from anywhere, using
any transport protocol that git handles. The one-argument form of tap
simplifies but also limits. This two-argument command makes no
--
cgit v1.2.3