diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-17 10:56:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-17 10:56:10 +0000 |
commit | 97798c5ac0989768f607436c141b06066684cc8b (patch) | |
tree | 7ccf84604c99fec46f867073bafacb19590bfecf /usr.bin/finger/finger.1 | |
parent | c808a186643e53f6c128d7c67431f7b7b2314219 (diff) |
slight update for finger; sort options
Diffstat (limited to 'usr.bin/finger/finger.1')
-rw-r--r-- | usr.bin/finger/finger.1 | 58 |
1 files changed, 27 insertions, 31 deletions
diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 3ce9f78237f..26ae9cb8be6 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: finger.1,v 1.15 2003/06/03 02:56:08 millert Exp $ +.\" $OpenBSD: finger.1,v 1.16 2003/10/17 10:56:09 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -37,7 +37,7 @@ .Nd user information lookup program .Sh SYNOPSIS .Nm finger -.Op Fl lmMspho +.Op Fl hlMmops .Op Ar user ... .Nm finger .Op Fl l @@ -86,22 +86,11 @@ displayed as single asterisks. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl s -Short format (default). -The information as described above is displayed in a columnar fashion. -.Pp .It Fl h If the .Fl s option is also specified, the name of the remote host is displayed instead of the office location and office phone. -.Pp -.It Fl o -If the -.Fl s -option is also specified, the office location and office phone is displayed -instead of the name of the remote host. -.Pp .It Fl l Long format. Produces a multi-line format displaying all of the information available from @@ -148,18 +137,12 @@ at their mailbox since new mail arriving, or .Dq New mail received ... , .Dq Unread since ... if they have new mail. -.Pp -.It Fl p -Prevents -the -.Fl l -option of -.Nm -from displaying the contents of the -.Dq Pa .plan -and -.Dq Pa .project -files. +.It Fl M +Enable matching of +.Ar user +names. +This is disabled by default on systems running YP or with large +password databases. .It Fl m Prevent matching of .Ar user @@ -172,12 +155,25 @@ option is supplied. All name matching performed by .Nm is case insensitive. -.It Fl M -Enable matching of -.Ar user -names. -This is disabled by default on systems running YP or with large -password databases. +.It Fl o +If the +.Fl s +option is also specified, the office location and office phone is displayed +instead of the name of the remote host. +.It Fl p +Prevents +the +.Fl l +option of +.Nm +from displaying the contents of the +.Dq Pa .plan +and +.Dq Pa .project +files. +.It Fl s +Short format (default). +The information as described above is displayed in a columnar fashion. .El .Pp If no options are specified, |