diff options
| -rw-r--r-- | lib/libc/locale/tolower.3 | 2 | ||||
| -rw-r--r-- | lib/libc/locale/toupper.3 | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3 index 1f288060a0bc..9ef2c89a2ad0 100644 --- a/lib/libc/locale/tolower.3 +++ b/lib/libc/locale/tolower.3 @@ -70,7 +70,7 @@ one; otherwise the argument is returned unchanged.  .Sh SEE ALSO  .Xr ctype 3 ,  .Xr islower 3 , -.Xr multibyte 3 , +.Xr multibyte 3  .Sh STANDARDS  The  .Fn tolower diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3 index 751ba509edbe..a1feaec0c3b3 100644 --- a/lib/libc/locale/toupper.3 +++ b/lib/libc/locale/toupper.3 @@ -70,7 +70,7 @@ one; otherwise the argument is returned unchanged.  .Sh SEE ALSO  .Xr ctype 3 ,  .Xr isupper 3 , -.Xr multibyte 3 , +.Xr multibyte 3  .Sh STANDARDS  The  .Fn toupper | 
