Merge pull request #17992 from Homebrew/sponsors-maintainers-man-completions

This commit is contained in:
Ruoyu Zhong 2024-08-09 09:13:26 +08:00 committed by GitHub
commit 6026a632d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -3180,9 +3180,9 @@ the output is not to a tty, print the appropriate handler script for your shell.
Manage background services with macOS' `launchctl`(1) daemon manager or Linux's Manage background services with macOS' `launchctl`(1) daemon manager or Linux's
`systemctl`(1) service manager. `systemctl`(1) service manager.
If `sudo` is passed, operate on If `sudo` is passed, operate on `/Library/LaunchDaemons` or
`/Library/LaunchDaemons`/`/usr/lib/systemd/system` (started at boot). Otherwise, `/usr/lib/systemd/system` (started at boot). Otherwise, operate on
operate on `~/Library/LaunchAgents`/`~/.config/systemd/user` (started at login). `~/Library/LaunchAgents` or `~/.config/systemd/user` (started at login).
\[`sudo`\] `brew services` \[`list`\] (`--json`) (`--debug`) \[`sudo`\] `brew services` \[`list`\] (`--json`) (`--debug`)

View File

@ -2033,7 +2033,7 @@ Print instructions for setting up the command\-not\-found hook for your shell\.
.SS "\fBservices\fP \fR[\fIsubcommand\fP]" .SS "\fBservices\fP \fR[\fIsubcommand\fP]"
Manage background services with macOS\[u2019] \fBlaunchctl\fP(1) daemon manager or Linux\[u2019]s \fBsystemctl\fP(1) service manager\. Manage background services with macOS\[u2019] \fBlaunchctl\fP(1) daemon manager or Linux\[u2019]s \fBsystemctl\fP(1) service manager\.
.P .P
If \fBsudo\fP is passed, operate on \fB/Library/LaunchDaemons\fP/\fB/usr/lib/systemd/system\fP (started at boot)\. Otherwise, operate on \fB~/Library/LaunchAgents\fP/\fB~/\.config/systemd/user\fP (started at login)\. If \fBsudo\fP is passed, operate on \fB/Library/LaunchDaemons\fP or \fB/usr/lib/systemd/system\fP (started at boot)\. Otherwise, operate on \fB~/Library/LaunchAgents\fP or \fB~/\.config/systemd/user\fP (started at login)\.
.TP .TP
[\fBsudo\fP] \fBbrew services\fP [\fBlist\fP] (\fB\-\-json\fP) (\fB\-\-debug\fP) [\fBsudo\fP] \fBbrew services\fP [\fBlist\fP] (\fB\-\-json\fP) (\fB\-\-debug\fP)
List information about all managed services for the current user (or root)\. Provides more output from Homebrew and \fBlaunchctl\fP(1) or \fBsystemctl\fP(1) if run with \fB\-\-debug\fP\&\. List information about all managed services for the current user (or root)\. Provides more output from Homebrew and \fBlaunchctl\fP(1) or \fBsystemctl\fP(1) if run with \fB\-\-debug\fP\&\.