Module Name: src
Committed By: abhinav
Date: Thu Dec 22 12:39:40 UTC 2016
Modified Files:
src/usr.bin/finger: finger.1
Log Message:
Instead of saying "The finger displays information..." say "The finger utility"
(not sure if it was intentionally written like that :)
Also, add an xref to fingerd(8)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/finger/finger.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/finger/finger.1
diff -u src/usr.bin/finger/finger.1:1.18 src/usr.bin/finger/finger.1:1.19
--- src/usr.bin/finger/finger.1:1.18 Fri Dec 26 12:45:57 2014
+++ src/usr.bin/finger/finger.1 Thu Dec 22 12:39:40 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: finger.1,v 1.18 2014/12/26 12:45:57 christos Exp $
+.\" $NetBSD: finger.1,v 1.19 2016/12/22 12:39:40 abhinav Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -43,7 +43,7 @@
.Sh DESCRIPTION
The
.Nm
-displays information about the system users.
+utility displays information about the system users.
.Pp
Options are:
.Bl -tag -width flag
@@ -180,8 +180,9 @@ If no arguments are specified,
.Nm
will print an entry for each user currently logged into the system.
.Pp
+The
.Nm
-may be used to look up users on a remote machine.
+utility may be used to look up users on a remote machine.
The format is to specify a
.Ar user
as
@@ -205,7 +206,8 @@ last login data base
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr w 1 ,
-.Xr who 1
+.Xr who 1 ,
+.Xr fingerd 8
.Sh HISTORY
The
.Nm