Subject: [PATCH] for lastlogin.8
To: None <netbsd-docs@NetBSD.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
List: netbsd-docs
Date: 11/15/2000 19:11:49
	by whale.sunbay.crimea.ua (8.11.0/8.11.0) with ESMTP id eAF960643134
	for <ru@sunbay.crimea.ua>; Wed, 15 Nov 2000 11:06:03 +0200 (EET)
	(envelope-from sheldonh@uunet.co.za)
	by mx1.FreeBSD.org (Postfix) with ESMTP id A01EA6E2E4F
	for <ru@sunbay.crimea.ua>; Wed, 15 Nov 2000 01:05:54 -0800 (PST)
	id 9D1E837B4FE; Wed, 15 Nov 2000 01:05:54 -0800 (PST)
	by hub.freebsd.org (Postfix) with ESMTP
	id 3D45237B479; Wed, 15 Nov 2000 01:05:45 -0800 (PST)
	by lists01.iafrica.com with esmtp (Exim 3.12 #2)
	id 13vyVY-00004C-00; Wed, 15 Nov 2000 11:05:32 +0200
	by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1)
	id 13vyU5-0002V0-00; 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 
In-reply-to: Your message of "Tue, 14 Nov 2000 09:49:38 PST."
             <200011141749.JAA83274@freefall.freebsd.org> 
Date: Wed, 15 Nov 2000 11:04:01 +0200
Message-ID: <9609.974279041@axl.fw.uunet.co.za>
MIME-Version: 1.0



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