diff options
author | 2002-09-25 17:30:02 +0000 | |
---|---|---|
committer | 2002-09-25 17:30:02 +0000 | |
commit | a6bc477acae3f36a3edc31e641e996f71eb0626e (patch) | |
tree | 472a8e559ba76cea28eccdb9154b0c1ce4a68d23 /lib/libc | |
parent | typo; pilot@monkey.org (diff) | |
download | wireguard-openbsd-a6bc477acae3f36a3edc31e641e996f71eb0626e.tar.xz wireguard-openbsd-a6bc477acae3f36a3edc31e641e996f71eb0626e.zip |
missing arg; peterw@ifost.org.au
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/rcmd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 7cf5af95197..62f370efad5 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.24 2002/05/06 23:34:33 millert Exp $ +.\" $OpenBSD: rcmd.3,v 1.25 2002/09/25 17:30:02 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ .Ft int .Fn ruserok "const char *rhost" "int superuser" "const char *ruser" "const char *luser" .Ft int -.Fn iruserok_sa "const void *sa" "int salen" "int superuser" "const char *ruser" +.Fn iruserok_sa "const void *sa" "int salen" "int superuser" "const char *ruser" "const char *luser" .Sh DESCRIPTION The .Fn rcmd |