Module Name: src
Committed By: leot
Date: Wed Feb 12 09:43:19 UTC 2020
Modified Files:
src/sbin/mount_msdos: mount_msdos.8
Log Message:
Fix a thinko
Reported by qjsgkem via #netbsd-code, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/mount_msdos/mount_msdos.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_msdos/mount_msdos.8
diff -u src/sbin/mount_msdos/mount_msdos.8:1.40 src/sbin/mount_msdos/mount_msdos.8:1.41
--- src/sbin/mount_msdos/mount_msdos.8:1.40 Tue Oct 11 16:10:03 2016
+++ src/sbin/mount_msdos/mount_msdos.8 Wed Feb 12 09:43:19 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_msdos.8,v 1.40 2016/10/11 16:10:03 sevan Exp $
+.\" $NetBSD: mount_msdos.8,v 1.41 2020/02/12 09:43:19 leot Exp $
.\"
.\" Copyright (c) 1993, 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd October 11, 2016
+.Dd February 12, 2020
.Dt MOUNT_MSDOS 8
.Os
.Sh NAME
@@ -203,7 +203,7 @@ in
and rewritten entirely by
.Nx 1.0 .
.Sh AUTHORS
-Initial implimintation as
+Initial implementation as
.Nm mount_pcfs
was written by
.An -nosplit