The branch main has been updated by mhorne:

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

commit c05614ac97e4b03715145d2bcf9e32956aa4f5ff
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2023-03-19 22:58:24 +0000
Commit:     Mitchell Horne <[email protected]>
CommitDate: 2023-03-20 20:12:12 +0000

    mi_switch(9): fix comma placement
    
    Sponsored by:   The FreeBSD Foundation
    Fixes:  175db7b58270 ("mi_switch(9): update to current day")
---
 share/man/man9/mi_switch.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9
index 199569845380..50e026aca2ea 100644
--- a/share/man/man9/mi_switch.9
+++ b/share/man/man9/mi_switch.9
@@ -172,9 +172,9 @@ to the chosen thread
 .Fa newtd .
 First, it saves the context of
 .Fa oldtd
-to its Process Control Block,
+to its Process Control Block
 .Po
-PCB
+PCB,
 .Vt struct pcb
 .Pc ,
 pointed at by

Reply via email to