summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs
diff options
context:
space:
mode:
authorsevan <sevan@FreeBSD.org>2016-10-10 16:41:17 +0000
committersevan <sevan@FreeBSD.org>2016-10-10 16:41:17 +0000
commit2ae875d7177a0b635e99671b1d30a834fd5b98c1 (patch)
tree0e6bbcd236b623caa721e284b1be9b7117d503e8 /sbin/mount_msdosfs
parentf3f33338fe39b8cb550e699837b04f95dc87a7fd (diff)
downloadFreeBSD-src-2ae875d7177a0b635e99671b1d30a834fd5b98c1.zip
FreeBSD-src-2ae875d7177a0b635e99671b1d30a834fd5b98c1.tar.gz
MFC r306611:
Amend history to mention predecessor originated from 386BSD[1] & current implementation from NetBSD[2]. Reword history since the utility was renamed once more in FreeBSD 5.0. Separate out author & historical information regarding character code conversion. Add AUTHORS section. [1] https://groups.google.com/forum/#!search/mount_pcfs.c/comp.unix.bsd/9qhH0v1tZm0/inlPnXZj_2sJ [2] http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/mount_msdos/mount_msdos.c?rev=1.6&content-type=text/x-cvsweb-markup PR: 212536 Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8105
Diffstat (limited to 'sbin/mount_msdosfs')
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.837
1 files changed, 24 insertions, 13 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index ae69aeb..3e4b08d 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 1, 2013
+.Dd October 3, 2016
.Dt MOUNT_MSDOSFS 8
.Os
.Sh NAME
@@ -200,21 +200,32 @@ To mount a Japanese MS-DOS file system located in
List of Localized MS Operating Systems:
.Pa http://www.microsoft.com/globaldev/reference/oslocversion.mspx .
.Sh HISTORY
-The
-.Nm
-utility first appeared in
+The predecessor to
+.Nm mount_msdos
+utility named
+.Nm mount_pcfs
+appeared in
+.Bx 386 .
+It was rewritten in
+.Nx 1.0
+and first appeared in
.Fx 2.0 .
-Its predecessor, the
+.Nm mount_msdos
+was renamed to the more aptly-named
+.Nm
+in
+.Fx 5.0.
+The character code conversion routine was added in 2003.
+.Sh AUTHORS
+Initial implementation as
.Nm mount_pcfs
-utility appeared in
-.Fx 1.0 ,
-and was abandoned in favor
-of the more aptly-named
-.Nm .
-.Pp
+was written by
+.An -nosplit
+.An Paul Popelka Aq Mt paulp@uts.amdahl.com .
+It was rewritten by
+.An Christopher G. Demetriou Aq Mt cgd@NetBSD.org .
The character code conversion routine was added by
-.An Ryuichiro Imura Aq Mt imura@ryu16.org
-in 2003.
+.An Ryuichiro Imura Aq Mt imura@ryu16.org .
.Sh CAVEATS
The use of the
.Fl 9
OpenPOWER on IntegriCloud