diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-16 01:07:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-16 01:07:38 +0000 |
commit | 5d78d0ac06416c8d636a9c5b434e1aa93ab18c77 (patch) | |
tree | f6608c729c7977e4814bf4edd0eff39a831707d5 | |
parent | 9843662ad45ddecb7ea944318208f9203baa4df9 (diff) |
fix Xr
-rw-r--r-- | lib/libc/sys/kill.2 | 6 | ||||
-rw-r--r-- | usr.sbin/rdate/rdate.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 6b7157f35f7..1d629f64dd0 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -80,7 +80,7 @@ is sent to all processes whose group ID is equal to the process group ID of the sender, and for which the process has permission; this is a variant of -.Xr killpg 2 . +.Xr killpg 3 . .It \&If Fa pid No \&is -1 : If the user has super-user privileges, the signal is sent to all processes excluding @@ -95,7 +95,7 @@ if the process number is negative but not -1, the signal is sent to all processes whose process group ID is equal to the absolute value of the process number. This is a variant of -.Xr killpg 2 . +.Xr killpg 3 . .Sh RETURN VALUES Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and @@ -123,7 +123,7 @@ of the group could not be signaled. .Sh SEE ALSO .Xr getpid 2 , .Xr getpgrp 2 , -.Xr killpg 2 , +.Xr killpg 3 , .Xr sigaction 2 .Sh STANDARDS The diff --git a/usr.sbin/rdate/rdate.8 b/usr.sbin/rdate/rdate.8 index bd519edd516..1cd02fcfeca 100644 --- a/usr.sbin/rdate/rdate.8 +++ b/usr.sbin/rdate/rdate.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdate.8,v 1.5 1997/04/04 08:59:40 deraadt Exp $ +.\" $OpenBSD: rdate.8,v 1.6 1997/07/16 01:07:37 deraadt Exp $ .\" $NetBSD: rdate.8,v 1.4 1996/04/08 20:55:17 jtc Exp $ .\" .\" Copyright (c) 1994 Christos Zoulas @@ -44,7 +44,7 @@ displays and sets the local date and time from the host name or address given as the argument. It uses the RFC868 protocol which is usually implemented as a built-in service of -.Xr inetd 1 . +.Xr inetd 8 . .Pp Available options: .Pp @@ -63,6 +63,6 @@ remote time rather than just hopping. .It Pa /var/log/wtmp A record of date resets and time changes. .Sh SEE ALSO -.Xr inetd 1 , +.Xr inetd 8 , .Xr adjtime 2 , .Xr gettimeofday 2 |