Insert comma between two Nm entries.
Replace Nm with Fn to refer a function.
This commit is contained in:
parent
11852aa12f
commit
74752680de
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: printf.3,v 1.65 2015/11/19 10:03:26 pgoyette Exp $
|
||||
.\" $NetBSD: printf.3,v 1.66 2017/02/21 18:47:40 abhinav Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -39,7 +39,7 @@
|
|||
.Sh NAME
|
||||
.Nm printf ,
|
||||
.Nm fprintf ,
|
||||
.Nm dprintf
|
||||
.Nm dprintf ,
|
||||
.Nm sprintf ,
|
||||
.Nm snprintf ,
|
||||
.Nm snprintf_ss ,
|
||||
|
@ -937,7 +937,7 @@ conversions, as well as other nonsensical combinations such as
|
|||
are not standard; such combinations should be avoided.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
.Fn printf
|
||||
family of functions do not correctly handle multibyte characters in the
|
||||
.Fa format
|
||||
argument.
|
||||
|
|
Loading…
Reference in New Issue