diff options
-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 |