Date: Sat, 6 Jun 2015 12:01:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284058 - head/usr.bin/fold Message-ID: <201506061201.t56C1ZgA097718@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jun 6 12:01:35 2015 New Revision: 284058 URL: https://svnweb.freebsd.org/changeset/base/284058 Log: Complete documenting the HISTORY Obtained from: OpenBSD (by schwarze@) Modified: head/usr.bin/fold/fold.1 Modified: head/usr.bin/fold/fold.1 ============================================================================== --- head/usr.bin/fold/fold.1 Sat Jun 6 11:58:19 2015 (r284057) +++ head/usr.bin/fold/fold.1 Sat Jun 6 12:01:35 2015 (r284058) @@ -28,7 +28,7 @@ .\" @(#)fold.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd December 15, 2006 +.Dd June 6, 2015 .Dt FOLD 1 .Os .Sh NAME @@ -84,6 +84,33 @@ The .Nm utility conforms to .St -p1003.1-2001 . +.Sh HISTORY +The +.Nm +utility first appeared in +.Bx 1 . +It was rewritten for +.Bx 4.3 Reno +to improve speed and modernize style. +The +.Fl b +and +.Fl s +options were added to +.Nx 1.0 +for +.St -p1003.2 +compliance. +.Sh AUTHORS +.An -nosplit +.An Bill Joy +wrote the original version of +.Nm +on June 28, 1977. +.An Kevin Ruddy +rewrote the command in 1990, and +.An J. T. Conklin +added the missing options in 1993. .Sh BUGS If underlining (see .Xr ul 1 )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061201.t56C1ZgA097718>