man does not work properly in macOS 13 than older macOS
I was writing a manpage, and was trying to view it with the `man` command, however, in macOS 13, the file could not be opened. In older macOS or linux platform, `man` is able to display the manpage file properly. Is there a change in man or even other system app in macOS 13? Below is the shorten and sanitised manpage for better view:
.\" Manpage for func.
.TH func 1 "08 Nov 2022" "1.0" "func man page"
.SH NAME
\fBfunc\fR - short desc.
.SH SYNOPSIS
\fBfunc\fR [\fB-h\fR] [\fB-D\fR \fIpath/to/destination\fR]
.SH DESCRIPTION
\fBiid_query.sh\fsome # more '\fIabc\fR'. other '\fI_abc\fR' continue name\*(lq\fI./abc\fR\*(rq.
.br
.B " some other"
.SH OPTIONS
\fB-D\fR \fIpath/to/destination\fR
.br
The path of the destination directory.
.LP
\fB-h\fR
.br
Display the usage.
.SH BUGS
No known bugs.
.SH AUTHOR
Someone
The command I tried to call man utility is:
$ man ./func
where `./func` is the manpage file.