=================================================================== RCS file: /cvs/mandoc/mdoc.7,v retrieving revision 1.298 retrieving revision 1.299 diff -u -p -r1.298 -r1.299 --- mandoc/mdoc.7 2025/06/05 13:48:19 1.298 +++ mandoc/mdoc.7 2025/06/13 16:18:28 1.299 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.298 2025/06/05 13:48:19 schwarze Exp $ +.\" $Id: mdoc.7,v 1.299 2025/06/13 16:18:28 schwarze Exp $ .\" .\" Copyright (c) 2010-2021, 2024, 2025 Ingo Schwarze .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2025 $ +.Dd $Mdocdate: June 13 2025 $ .Dt MDOC 7 .Os .Sh NAME @@ -223,9 +223,9 @@ For the second, function calls (sections 2, 3, 9): \&.Lb libname \e" unless the functions are in libc \&.In header.h \&.Vt extern const char *global; -\&.Ft "char *" +\&.Ft char * \&.Fn foo "const char *src" -\&.Ft "char *" +\&.Ft char * \&.Fn bar "const char *src" .Ed .Pp