Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2000 11:04:01 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/usr.sbin Makefile src/usr.sbin/lastlogin Makefile lastlogin.8 lastlogin.c 
Message-ID:  <9609.974279041@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Tue, 14 Nov 2000 09:49:38 PST." <200011141749.JAA83274@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 14 Nov 2000 09:49:38 PST, Ruslan Ermilov wrote:

>   Modified files:
>     usr.sbin             Makefile 
>   Added files:
>     usr.sbin/lastlogin   Makefile lastlogin.8 lastlogin.c 
>   Log:
>   Added the lastlogin utility.

Hi Ruslan,

Could you try to coordinate the acceptance of this patch in NetBSD so
that we can apply it without fear?  One day, when we have cool tools
that do funky thinks with manual pages, inconsistencies between argument
names in the SYNOPSIS and the DESCRIPTION will be a problem.

Ciao,
Sheldon.

Index: lastlogin.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/lastlogin/lastlogin.8,v
retrieving revision 1.1
diff -u -d -r1.1 lastlogin.8
--- lastlogin.8	2000/11/14 17:49:38	1.1
+++ lastlogin.8	2000/11/15 09:02:27
@@ -39,18 +39,18 @@
 .Nd indicate last login time of users
 .Sh SYNOPSIS
 .Nm
-.Op user ...
+.Op Ar user ...
 .Sh DESCRIPTION
 .Nm
-will list the last login session of specified
-.Ar users ,
+will list the last login session of each specified
+.Ar user ,
 or for all users by default.  Each line of output contains
 the user name, the tty from which the session was conducted, any
 hostname, and the start time for the session.
 .Pp
-If multiple
-.Ar users
-are given, the session information for each user is printed in
+If more than one
+.Ar user
+is given, the session information for each user is printed in
 the order given on the command line.  Otherwise, information
 for all users is printed, sorted by uid.
 .Pp


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9609.974279041>