diff --git a/docs/Manpage.md b/docs/Manpage.md index 5932f883acb75..83bbaefa8e4d6 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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 `systemctl`(1) service manager. -If `sudo` is passed, operate on -`/Library/LaunchDaemons`/`/usr/lib/systemd/system` (started at boot). Otherwise, -operate on `~/Library/LaunchAgents`/`~/.config/systemd/user` (started at login). +If `sudo` is passed, operate on `/Library/LaunchDaemons` or +`/usr/lib/systemd/system` (started at boot). Otherwise, operate on +`~/Library/LaunchAgents` or `~/.config/systemd/user` (started at login). \[`sudo`\] `brew services` \[`list`\] (`--json`) (`--debug`) diff --git a/manpages/brew.1 b/manpages/brew.1 index 7f06ee885459f..eee49e1f93972 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2033,7 +2033,7 @@ Print instructions for setting up the command\-not\-found hook for your shell\. .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\. .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 [\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\&\.