Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time fix typo. From Evil_Bob.



details:   https://anonhg.NetBSD.org/src/rev/0f2939168827
branches:  trunk
changeset: 449153:0f2939168827
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Feb 24 11:51:05 2019 +0000

description:
fix typo. From Evil_Bob.

diffstat:

 lib/libc/time/strptime.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 37c4438b5e1c -r 0f2939168827 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Sun Feb 24 10:44:41 2019 +0000
+++ b/lib/libc/time/strptime.3  Sun Feb 24 11:51:05 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strptime.3,v 1.36 2017/10/27 04:05:21 kre Exp $
+.\"    $NetBSD: strptime.3,v 1.37 2019/02/24 11:51:05 maya Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April  6, 2015
+.Dd Februrary  24, 2019
 .Dt STRPTIME 3
 .Os
 .Sh NAME
@@ -310,7 +310,7 @@
 .Pq non-nautical local time zone
 .El
 .It
-An arbirtrary timezone name that can be loaded from the database.
+An arbitrary timezone name that can be loaded from the database.
 .El
 .Po
 A



Home | Main Index | Thread Index | Old Index