Date: Thu, 16 Apr 2015 00:34:42 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r281574 - in stable/10/usr.bin: jot lam rs Message-ID: <201504160034.t3G0Ygq7093967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer) Date: Thu Apr 16 00:34:41 2015 New Revision: 281574 URL: https://svnweb.freebsd.org/changeset/base/281574 Log: MFC: r281209: Fix missing AUTHOR section for jot(1), rs(1), and lam(1) Approved by: eadler (mentor, implicit) Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.bin/jot/jot.1 stable/10/usr.bin/lam/lam.1 stable/10/usr.bin/rs/rs.1 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/jot/jot.1 ============================================================================== --- stable/10/usr.bin/jot/jot.1 Thu Apr 16 00:31:51 2015 (r281573) +++ stable/10/usr.bin/jot/jot.1 Thu Apr 16 00:34:41 2015 (r281574) @@ -28,7 +28,7 @@ .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 2, 2010 +.Dd April 7, 2015 .Dt JOT 1 .Os .Sh NAME @@ -324,3 +324,5 @@ The .Nm utility first appeared in .Bx 4.2 . +.Sh AUTHORS +.An John A. Kunze Modified: stable/10/usr.bin/lam/lam.1 ============================================================================== --- stable/10/usr.bin/lam/lam.1 Thu Apr 16 00:31:51 2015 (r281573) +++ stable/10/usr.bin/lam/lam.1 Thu Apr 16 00:34:41 2015 (r281574) @@ -28,7 +28,7 @@ .\" @(#)lam.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd August 12, 2004 +.Dd April 7, 2015 .Dt LAM 1 .Os .Sh NAME @@ -136,6 +136,8 @@ The .Nm utility first appeared in .Bx 4.2 . +.Sh AUTHORS +.An John A. Kunze .Sh BUGS The .Nm Modified: stable/10/usr.bin/rs/rs.1 ============================================================================== --- stable/10/usr.bin/rs/rs.1 Thu Apr 16 00:31:51 2015 (r281573) +++ stable/10/usr.bin/rs/rs.1 Thu Apr 16 00:34:41 2015 (r281574) @@ -28,7 +28,7 @@ .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd February 25, 2011 +.Dd April 7, 2015 .Dt RS 1 .Os .Sh NAME @@ -222,6 +222,8 @@ The .Nm utility first appeared in .Bx 4.2 . +.Sh AUTHORS +.An John A. Kunze .Sh BUGS .Bl -item .It
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504160034.t3G0Ygq7093967>