diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 10:51:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 10:51:10 +0000 |
commit | 480a1d993cc568e5419e93dadf04ada23ecae47d (patch) | |
tree | 6f52e9681845c7b6db6ad44b47578a9ec3d8aa59 /usr.bin | |
parent | 251e29796fba09264c1bd12de3a4a867b82bcf7e (diff) |
-g takes an argument; from Igor Sobrado
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/wall/wall.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 67832a2dbb5..8826e7fff42 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wall.1,v 1.9 2003/06/03 02:56:22 millert Exp $ +.\" $OpenBSD: wall.1,v 1.10 2007/03/29 10:51:09 jmc Exp $ .\" $NetBSD: wall.1,v 1.3 1994/11/17 07:17:57 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -54,7 +54,7 @@ automatically denies messages. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl g +.It Fl g Ar group Send messages to users in this group. This option may be specified multiple times, and any user in any of the specified groups will |