diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-15 16:31:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-15 16:31:04 +0000 |
commit | 7f43023a7afc217477b6e07ebb3d046b0779dc0c (patch) | |
tree | 5654c44727f7dd56ad5a2fb9dccdbb2176aab10f /lib | |
parent | ac487f07f75cc2b1e3624dfcf9c4707f605a4977 (diff) |
Xr repair
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/rcmd.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 44794d29d4c..746f3e11d4e 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.4 1997/06/13 13:06:37 deraadt Exp $ +.\" $OpenBSD: getpwent.3,v 1.5 1997/07/15 16:30:59 deraadt Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -162,7 +162,7 @@ The current password file A Version 7 format password file .El .Sh SEE ALSO -.Xr getlogin 3 , +.Xr getlogin 2 , .Xr getgrent 3 , .Xr passwd 5 , .Xr pwd_mkdb 8 , diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index ac3a8d5018c..0e6699d8c53 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.8 1997/06/13 13:31:56 deraadt Exp $ +.\" $OpenBSD: rcmd.3,v 1.9 1997/07/15 16:31:00 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -186,7 +186,7 @@ and .Fn ruserok return \-1. If the local domain (as obtained from -.Xr gethostname 2 ) +.Xr gethostname 3 ) is the same as the remote domain, only the machine name need be specified. .Pp If the IP address of the remote host is known, |