manual: clarify that scanf %n supports type modifiers
authorAlyssa Ross <hi@alyssa.is>
Mon, 29 Mar 2021 11:45:04 +0000 (11:45 +0000)
committerArjun Shankar <arjun@redhat.com>
Tue, 30 Mar 2021 18:40:39 +0000 (20:40 +0200)
commit4d8d70d30171d6f451339f574130eed4fe747b4b
treeafcb060068490a24096d182f051f3cd35ece9d25
parent42624c7dc79e64e40e88cc16f33ea3ad16e925cb
manual: clarify that scanf %n supports type modifiers

My initial reading of the %n documentation was that it didn't support
type conversions, because it only mentioned int*.

Corresponding man-pages patch:
https://lore.kernel.org/linux-man/20210328215509.31666-1-hi@alyssa.is/

Reviewed-by: Arjun Shankar <arjun@redhat.com>
manual/stdio.texi