The branch stable/14 has been updated by 0mp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a12fc31ce9e1d8668aeb7e6832fc188777a4da99

commit a12fc31ce9e1d8668aeb7e6832fc188777a4da99
Author:     Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2024-09-22 18:21:17 +0000
Commit:     Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2024-10-02 09:27:14 +0000

    rc.subr.8: Fix the Bl macro of a list which is actually a table
    
    MFC after:      2 weeks
    
    (cherry picked from commit 6e414739fc95663836a5a10a8cf13e0211fd5efc)
---
 share/man/man8/rc.subr.8 | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 8da84bb39d6b..2dd46cf50c2b 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -727,17 +727,16 @@ if
 .Ar argument Ns Va _cmd
 is not defined, then a default method is provided by
 .Ic run_rc_command :
-.Bl -tag -width "Argument" -offset indent
-.It Sy Argument
-.Sy Default method
-.It Cm start
+.Bl -column "Argument" "Default Method" -offset indent
+.It Sy Argument Ta Sy Default method
+.It Cm start Ta
 If
 .Va command
 is not running and
 .Ic checkyesno Va rcvar
 succeeds, start
 .Va command .
-.It Cm stop
+.It Cm stop Ta
 Determine the PIDs of
 .Va command
 with
@@ -749,7 +748,7 @@ or
 those PIDs, and run
 .Ic wait_for_pids
 on those PIDs.
-.It Cm reload
+.It Cm reload Ta
 Similar to
 .Cm stop ,
 except that it uses
@@ -766,21 +765,21 @@ It can be enabled via
 if appropriate:
 .Pp
 .Dl "extra_commands=reload"
-.It Cm restart
+.It Cm restart Ta
 Runs the
 .Cm stop
 method, then the
 .Cm start
 method.
-.It Cm status
+.It Cm status Ta
 Show the PID of
 .Va command ,
 or some other script specific status operation.
-.It Cm poll
+.It Cm poll Ta
 Wait for
 .Va command
 to exit.
-.It Cm rcvar
+.It Cm rcvar Ta
 Display which
 .Xr rc.conf 5
 variable is used (if any).

Reply via email to