Author: sevan (doc committer)
Date: Mon Oct  3 00:25:15 2016
New Revision: 306611
URL: https://svnweb.freebsd.org/changeset/base/306611

Log:
  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)
  MFC after:    4 days
  Differential Revision:        https://reviews.freebsd.org/D8105

Modified:
  head/sbin/mount_msdosfs/mount_msdosfs.8

Modified: head/sbin/mount_msdosfs/mount_msdosfs.8
==============================================================================
--- head/sbin/mount_msdosfs/mount_msdosfs.8     Mon Oct  3 00:16:16 2016        
(r306610)
+++ head/sbin/mount_msdosfs/mount_msdosfs.8     Mon Oct  3 00:25:15 2016        
(r306611)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 1, 2013
+.Dd October 3, 2016
 .Dt MOUNT_MSDOSFS 8
 .Os
 .Sh NAME
@@ -193,21 +193,32 @@ To mount a Japanese MS-DOS file system l
 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 pa...@uts.amdahl.com .
+It was rewritten by
+.An Christopher G. Demetriou Aq Mt c...@netbsd.org .
 The character code conversion routine was added by
-.An Ryuichiro Imura Aq Mt im...@ryu16.org
-in 2003.
+.An Ryuichiro Imura Aq Mt im...@ryu16.org .
 .Sh CAVEATS
 The use of the
 .Fl 9
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to