diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 15:46:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-20 15:46:52 +0000 |
commit | c90d907dddfe25ab61c854a9d9ab55f1d38594f3 (patch) | |
tree | d0aac6a3e1176f610d9eb524bc4aa4e344ca2613 | |
parent | d647ffbb43bc66682afed2546ca9df24c592f86e (diff) |
-l requires an argument; from Igor Sobrado
-rw-r--r-- | usr.bin/rsh/rsh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 114cc68aefe..6c9974b8aec 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.15 2004/10/16 16:49:47 millert Exp $ +.\" $OpenBSD: rsh.1,v 1.16 2007/03/20 15:46:51 jmc Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. @@ -73,7 +73,7 @@ Enable socket debugging (using on the .Tn TCP sockets used for communication with the remote host. -.It Fl l +.It Fl l Ar username By default, the remote username is the same as the local username. The .Fl l |