From b3b07523ff09976b73d46776550b0f94ce367318 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 10 May 2021 20:45:34 -0400 Subject: [PATCH 1/1] toupperw: fix missing variable name --- man/toupperw.3.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/toupperw.3.scd b/man/toupperw.3.scd index 55fd5a8..eed712b 100644 --- a/man/toupperw.3.scd +++ b/man/toupperw.3.scd @@ -7,8 +7,8 @@ toupperw, tolowerw - convert strings to uppercase or lowercase ``` #include -char * toupperw(char *); -char * tolowerw(char *); +char * toupperw(char *input); +char * tolowerw(char *input); ``` # DESCRIPTION -- 2.39.2