diff options
author | 1997-07-15 16:30:59 +0000 | |
---|---|---|
committer | 1997-07-15 16:30:59 +0000 | |
commit | 353455986b8d33a7556a4b35af09df6f9b406f58 (patch) | |
tree | 56b19b39962610ce6b2467945e3201b3eaa16e47 /lib | |
parent | cannot do this; flipk has found test cases where this fails (diff) | |
download | wireguard-openbsd-353455986b8d33a7556a4b35af09df6f9b406f58.tar.xz wireguard-openbsd-353455986b8d33a7556a4b35af09df6f9b406f58.zip |
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, |