summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-08-12 18:34:32 +0000
committerjmc <jmc@openbsd.org>2005-08-12 18:34:32 +0000
commit15b2cecb80c553af6a335be7d90cd471f5105f1a (patch)
treeb891db116e233bef2d43a4aa73a4ea862d7f7b13
parent- add SEE ALSO section w/ xref for mklocale(1): from xsa@ (diff)
downloadwireguard-openbsd-15b2cecb80c553af6a335be7d90cd471f5105f1a.tar.xz
wireguard-openbsd-15b2cecb80c553af6a335be7d90cd471f5105f1a.zip
uncomment setlocale(3) entry;
-rw-r--r--lib/libc/string/strxfrm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index edf2bfb8a09..008bd611e4c 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strxfrm.3,v 1.4 2003/06/02 20:18:38 millert Exp $
+.\" $OpenBSD: strxfrm.3,v 1.5 2005/08/12 18:34:32 jmc Exp $
.\"
.Dd June 29, 1991
.Dt STRXFRM 3
@@ -51,7 +51,7 @@ In this implementation it just copies.
.Sh SEE ALSO
.Xr bcmp 3 ,
.Xr memcmp 3 ,
-.\" .Xr setlocale 3 ,
+.Xr setlocale 3 ,
.Xr strcasecmp 3 ,
.Xr strcmp 3 ,
.Xr strcoll 3