Module Name: src
Committed By: rillig
Date: Wed Aug 21 18:42:35 UTC 2024
Modified Files:
src/lib/libc/locale: duplocale.3
Log Message:
duplocale.3: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/duplocale.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/locale/duplocale.3
diff -u src/lib/libc/locale/duplocale.3:1.3 src/lib/libc/locale/duplocale.3:1.4
--- src/lib/libc/locale/duplocale.3:1.3 Mon Feb 15 15:38:43 2021
+++ src/lib/libc/locale/duplocale.3 Wed Aug 21 18:42:34 2024
@@ -1,4 +1,5 @@
-.\" $NetBSD: duplocale.3,v 1.3 2021/02/15 15:38:43 wiz Exp $
+.\" $NetBSD: duplocale.3,v 1.4 2024/08/21 18:42:34 rillig Exp $
+.\"
.\" Copyright (c) 2011 The FreeBSD Foundation
.\" All rights reserved.
.\"
@@ -33,7 +34,7 @@
.Os
.Sh NAME
.Nm duplocale
-.Nd duplicate an locale
+.Nd duplicate a locale
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS