Merge pull request #14714 from EricFromCanada/linux-omit-home
docs: add missing template file edits
This commit is contained in:
commit
e51ee89a90
@ -12,8 +12,10 @@
|
||||
# When done, regenerate the completions by running `brew generate-man-completions`.
|
||||
%>
|
||||
# Bash completion script for brew(1)
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/bash.erb for editing instructions.
|
||||
|
||||
if test -v POSIXLY_CORRECT || test -o posix
|
||||
if [[ -n ${POSIXLY_CORRECT} ]] || shopt -oq posix
|
||||
then
|
||||
echo "Homebrew Bash completions do not work in POSIX mode" 1>&2
|
||||
return
|
||||
|
||||
@ -12,6 +12,8 @@
|
||||
# When done, regenerate the completions by running `brew generate-man-completions`.
|
||||
%>
|
||||
# Fish shell completions for Homebrew
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/fish.erb for editing instructions.
|
||||
|
||||
# A note about aliases:
|
||||
#
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
#autoload
|
||||
|
||||
# Brew ZSH completion function
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/zsh.erb for editing instructions.
|
||||
|
||||
# functions starting with __brew are helper functions that complete or list
|
||||
# various types of items.
|
||||
|
||||
@ -26,7 +26,7 @@ brew(1) -- The Missing Package Manager for macOS (or Linux)
|
||||
|
||||
Homebrew is the easiest and most flexible way to install the UNIX tools Apple
|
||||
didn't include with macOS. It can also install software not packaged for your
|
||||
Linux distribution to your home directory without requiring `sudo`.
|
||||
Linux distribution without requiring `sudo`.
|
||||
|
||||
## TERMINOLOGY
|
||||
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
# Bash completion script for brew(1)
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/bash.erb for editing instructions.
|
||||
|
||||
if test -v POSIXLY_CORRECT || test -o posix
|
||||
then
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
# Fish shell completions for Homebrew
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/fish.erb for editing instructions.
|
||||
|
||||
# A note about aliases:
|
||||
#
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
#autoload
|
||||
|
||||
# Brew ZSH completion function
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/zsh.erb for editing instructions.
|
||||
|
||||
# functions starting with __brew are helper functions that complete or list
|
||||
# various types of items.
|
||||
|
||||
@ -10,7 +10,7 @@ brew(1) -- The Missing Package Manager for macOS (or Linux)
|
||||
|
||||
Homebrew is the easiest and most flexible way to install the UNIX tools Apple
|
||||
didn't include with macOS. It can also install software not packaged for your
|
||||
Linux distribution to your home directory without requiring `sudo`.
|
||||
Linux distribution without requiring `sudo`.
|
||||
|
||||
## TERMINOLOGY
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
\fBbrew\fR \fIcommand\fR [\fB\-\-verbose\fR|\fB\-v\fR] [\fIoptions\fR] [\fIformula\fR] \.\.\.
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn\'t include with macOS\. It can also install software not packaged for your Linux distribution to your home directory without requiring \fBsudo\fR\.
|
||||
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn\'t include with macOS\. It can also install software not packaged for your Linux distribution without requiring \fBsudo\fR\.
|
||||
.
|
||||
.SH "TERMINOLOGY"
|
||||
\fBformula\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user