Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 20:13:35 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c05614ac97e4 - main - mi_switch(9): fix comma placement
Message-ID:  <202303202013.32KKDZ06033284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

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

commit c05614ac97e4b03715145d2bcf9e32956aa4f5ff
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-03-19 22:58:24 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303202013.32KKDZ06033284>