https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262957
--- Comment #1 from PauAmma <paua...@gundo.com> --- Comment on attachment 232841 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232841 Patch for share/man/man4/mp{r,s}.4 changing formally to formerly >diff --git a/share/man/man4/mpr.4 b/share/man/man4/mpr.4 >index 3cc516397e33..564dcbab03a1 100644 >--- a/share/man/man4/mpr.4 >+++ b/share/man/man4/mpr.4 >@@ -401,7 +401,7 @@ driver was originally written by > .An -nosplit > .An Scott Long Aq Mt sco...@freebsd.org . > It has been improved and tested by LSI Corporation, >-Avago Technologies (formally LSI), and Broadcom Ltd. (formally Avago). >+Avago Technologies (formerly LSI), and Broadcom Ltd. (formerly Avago). > .Pp > This man page was written by > .An Ken Merry Aq Mt k...@freebsd.org >diff --git a/share/man/man4/mps.4 b/share/man/man4/mps.4 >index fac131429fec..c2c98daef262 100644 >--- a/share/man/man4/mps.4 >+++ b/share/man/man4/mps.4 >@@ -377,7 +377,7 @@ driver was originally written by > .An -nosplit > .An Scott Long Aq Mt sco...@freebsd.org . > It has been improved and tested by LSI Corporation, >-Avago Technologies (formally LSI), and Broadcom Ltd. (formally Avago). >+Avago Technologies (formerly LSI), and Broadcom Ltd. (formerly Avago). > .Pp > This man page was written by > .An Ken Merry Aq Mt k...@freebsd.org Since you're touching them, can you s/This man page/This manual page/ in both? [pauamma@gadfly] ~% grep -ri -F "This man page" /usr/src | wc -l 49 [pauamma@gadfly] ~% grep -ri -F "This manual page" /usr/src | wc -l 906 -- You are receiving this mail because: You are the assignee for the bug.