diff options
author | deraadt <> | 2002-09-25 17:30:02 +0000 |
---|---|---|
committer | deraadt <> | 2002-09-25 17:30:02 +0000 |
commit | b6a2af062b0379d4234272d0ac19395aa4747b9b (patch) | |
tree | 45622c7fb2e4a3d26598f24a7fc6c544def5e389 | |
parent | f891dfabe2e4a80341e119e93cc59a21f33571bb (diff) | |
download | openbsd-b6a2af062b0379d4234272d0ac19395aa4747b9b.tar.gz openbsd-b6a2af062b0379d4234272d0ac19395aa4747b9b.tar.bz2 openbsd-b6a2af062b0379d4234272d0ac19395aa4747b9b.zip |
missing arg; peterw@ifost.org.au
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index 7cf5af9519..62f370efad 100644 --- a/src/lib/libc/net/rcmd.3 +++ b/src/lib/libc/net/rcmd.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmd.3,v 1.24 2002/05/06 23:34:33 millert Exp $ | 1 | .\" $OpenBSD: rcmd.3,v 1.25 2002/09/25 17:30:02 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -58,7 +58,7 @@ | |||
58 | .Ft int | 58 | .Ft int |
59 | .Fn ruserok "const char *rhost" "int superuser" "const char *ruser" "const char *luser" | 59 | .Fn ruserok "const char *rhost" "int superuser" "const char *ruser" "const char *luser" |
60 | .Ft int | 60 | .Ft int |
61 | .Fn iruserok_sa "const void *sa" "int salen" "int superuser" "const char *ruser" | 61 | .Fn iruserok_sa "const void *sa" "int salen" "int superuser" "const char *ruser" "const char *luser" |
62 | .Sh DESCRIPTION | 62 | .Sh DESCRIPTION |
63 | The | 63 | The |
64 | .Fn rcmd | 64 | .Fn rcmd |