diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/compat-43/killpg.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/compat-43/killpg.3')
-rw-r--r-- | lib/libc/compat-43/killpg.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/killpg.3 b/lib/libc/compat-43/killpg.3 index 4990e487a6a..536411f32b7 100644 --- a/lib/libc/compat-43/killpg.3 +++ b/lib/libc/compat-43/killpg.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: killpg.3,v 1.3 1999/02/27 21:54:50 deraadt Exp $ +.\" $OpenBSD: killpg.3,v 1.4 1999/05/16 19:54:42 alex Exp $ .\" .Dd March 10, 1991 .Dt KILLPG 3 @@ -85,8 +85,8 @@ of the target processes has an effective user ID different from that of the sending process. .El .Sh SEE ALSO -.Xr kill 2 , .Xr getpgrp 2 , +.Xr kill 2 , .Xr sigaction 2 .Sh HISTORY The |