Module Name: src
Committed By: wiz
Date: Wed Aug 7 19:13:49 UTC 2019
Modified Files:
src/lib/libc/sys: read.2
Log Message:
Remove leading zero in date.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/read.2
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/sys/read.2
diff -u src/lib/libc/sys/read.2:1.37 src/lib/libc/sys/read.2:1.38
--- src/lib/libc/sys/read.2:1.37 Wed Aug 7 01:09:49 2019
+++ src/lib/libc/sys/read.2 Wed Aug 7 19:13:49 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: read.2,v 1.37 2019/08/07 01:09:49 roy Exp $
+.\" $NetBSD: read.2,v 1.38 2019/08/07 19:13:49 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
.\"
-.Dd August 07, 2019
+.Dd August 7, 2019
.Dt READ 2
.Os
.Sh NAME