[Midnightbsd-cvs] src [10338] update man page
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 3 16:00:44 EDT 2018
Revision: 10338
http://svnweb.midnightbsd.org/src/?rev=10338
Author: laffer1
Date: 2018-06-03 16:00:43 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
update man page
Modified Paths:
--------------
trunk/usr.sbin/sa/Makefile
trunk/usr.sbin/sa/sa.8
Property Changed:
----------------
trunk/usr.sbin/sa/sa.8
Modified: trunk/usr.sbin/sa/Makefile
===================================================================
--- trunk/usr.sbin/sa/Makefile 2018-06-03 19:57:47 UTC (rev 10337)
+++ trunk/usr.sbin/sa/Makefile 2018-06-03 20:00:43 UTC (rev 10338)
@@ -1,6 +1,8 @@
# $MidnightBSD$
-# $FreeBSD: src/usr.sbin/sa/Makefile,v 1.12 2007/05/22 10:49:42 dds Exp $
+# $FreeBSD: stable/10/usr.sbin/sa/Makefile 264996 2014-04-27 01:15:10Z jmmv $
+.include <bsd.own.mk>
+
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
PROG= sa
@@ -7,6 +9,4 @@
MAN= sa.8
SRCS= main.c db.c pdb.c usrdb.c readrec.c
-WARNS?= 6
-
.include <bsd.prog.mk>
Modified: trunk/usr.sbin/sa/sa.8
===================================================================
--- trunk/usr.sbin/sa/sa.8 2018-06-03 19:57:47 UTC (rev 10337)
+++ trunk/usr.sbin/sa/sa.8 2018-06-03 20:00:43 UTC (rev 10338)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -27,10 +28,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
-.\" $FreeBSD: src/usr.sbin/sa/sa.8,v 1.20 2007/05/18 12:36:10 dds Exp $
+.\" $FreeBSD: stable/10/usr.sbin/sa/sa.8 208028 2010-05-13 12:08:11Z uqs $
.\"
-.Dd November 24, 2008
+.Dd May 18, 2007
.Dt SA 8
.Os
.Sh NAME
@@ -235,6 +235,8 @@
.Xr acct 5 ,
.Xr ac 8 ,
.Xr accton 8
+.Sh AUTHORS
+.An Chris G. Demetriou Aq cgd at postgres.berkeley.edu
.Sh CAVEATS
While the behavior of the options in this version of
.Nm
@@ -252,8 +254,6 @@
are very different from the those used by the original version.
This is not considered a problem, however, because the accounting record
format has changed as well (since user ids are now 32 bits).
-.Sh AUTHORS
-.An Chris G. Demetriou Aq cgd at postgres.berkeley.edu
.Sh BUGS
The number of options to this program is absurd, especially considering
that there is not much logic behind their lettering.
Property changes on: trunk/usr.sbin/sa/sa.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list