From f80eb0cb149efd77490eb3d048e17c299d795b77 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 4 Jul 2001 10:53:15 +0000 Subject: [PATCH] mdoc(7) police: fixed bugs in rev. 1.19, split section headers names. --- lib/libc/locale/setlocale.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 2d71bf018f7..5c1659a3ce5 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -258,13 +258,13 @@ a value that is not in the current locale. A .Dv CHAR_MAX result similarly denotes an unavailable value. -.Sh "RETURN VALUES -Upon successfull completion +.Sh RETURN VALUES +Upon successful completion, .Fn setlocale -function returns the string associated with the specified +returns the string associated with the specified .Fa category for the requested -.Fa locale. +.Fa locale . The .Fn setlocale function returns @@ -291,7 +291,7 @@ locale file for the locale and the category .Em category . .El -.Sh "SEE ALSO +.Sh SEE ALSO .Xr colldef 1 , .Xr mklocale 1 , .Xr catopen 3 ,