svn commit: r295782 - head/share/man/man4

Maxim Sobolev sobomax at FreeBSD.org
Fri Feb 19 01:00:50 UTC 2016


Author: sobomax
Date: Fri Feb 19 01:00:48 2016
New Revision: 295782
URL: https://svnweb.freebsd.org/changeset/base/295782

Log:
  Clear up confision as to who the original historical authors of code
  and manual page were.
  
  For whatever reason it listed myself as a primary author, which is
  just not true.
  
  Also, majority of the manpage is copied verbatim from the geom_uzip(4),
  contributed by ceri, with only minor adjustments from loos, so put ceri
  back into the copyright secrion where he belongs and reflect that in the
  AUTHORS section.
  
  For what it's worth, I think this one should be deleted and LZMA
  support just folded back into geom_uzip(4) / mkuzip(4) whete it really
  belongs.
  
  MFC after:	1 month

Modified:
  head/share/man/man4/geom_uncompress.4

Modified: head/share/man/man4/geom_uncompress.4
==============================================================================
--- head/share/man/man4/geom_uncompress.4	Fri Feb 19 00:41:41 2016	(r295781)
+++ head/share/man/man4/geom_uncompress.4	Fri Feb 19 01:00:48 2016	(r295782)
@@ -1,3 +1,4 @@
+.\" Copyright (c) 2006, Ceri Davies <ceri at FreeBSD.org>
 .\" Copyright (c) 2014, Luiz Otavio O Souza <loos at FreeBSD.org>
 .\" All rights reserved.
 .\"
@@ -100,8 +101,18 @@ Consumers:
 The
 .Nm
 driver was written by
-.An Maxim Sobolev Aq Mt sobomax at FreeBSD.org
-and
-.An Aleksandr Rybalko Aq Mt ray at FreeBSD.org .
+.An Max Khon Aq Mt fjoe at FreeBSD.org
+as
+.Xr geom_uzip 4 .
+.An Aleksandr Rybalko Aq Mt ray at FreeBSD.org
+copied it over as
+.Nm
+and added LZMA functionality .
 This manual page was written by
-.An Luiz Otavio O Souza Aq Mt loos at FreeBSD.org .
+.An Ceri Davies Aq Mt ceri at FreeBSD.org
+for the
+.Xr geom_uzip 8 ,
+and modified by
+.An Luiz Otavio O Souza Aq Mt loos at FreeBSD.org
+to match
+.Nm .


More information about the svn-src-head mailing list