Sort sections and SEE ALSO.

This commit is contained in:
wiz 2001-09-16 03:02:43 +00:00
parent a40c1b1d97
commit d052707e74
3 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gethostid.3,v 1.8 2001/09/16 02:57:26 wiz Exp $
.\" $NetBSD: gethostid.3,v 1.9 2001/09/16 03:02:43 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -65,11 +65,9 @@ This function has been deprecated.
The hostid should be set or retrieved by use of
.Xr sysctl 3 .
.Sh SEE ALSO
.Xr sysctl 3 ,
.Xr gethostname 3 ,
.Xr sysctl 8 .
.Sh BUGS
32 bits for the identifier is too small.
.Xr sysctl 3 ,
.Xr sysctl 8
.Sh HISTORY
The
.Fn gethostid
@ -79,3 +77,5 @@ syscalls appeared in
.Bx 4.2
and were dropped in
.Bx 4.4 .
.Sh BUGS
32 bits for the identifier is too small.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)killpg.2 8.1 (Berkeley) 6/2/93
.\" $NetBSD: killpg.3,v 1.10 1999/03/22 19:44:36 garbled Exp $
.\" $NetBSD: killpg.3,v 1.11 2001/09/16 03:02:43 wiz Exp $
.\"
.Dd June 2, 1993
.Dt KILLPG 3
@ -88,8 +88,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

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)setruid.3 8.1 (Berkeley) 6/2/93
.\" $NetBSD: setruid.3,v 1.6 2001/09/16 02:57:26 wiz Exp $
.\" $NetBSD: setruid.3,v 1.7 2001/09/16 03:02:43 wiz Exp $
.\"
.Dd June 2, 1993
.Dt SETRUID 3
@ -65,12 +65,12 @@ functions return \-1.
The use of these calls is not portable.
Their use is discouraged; they will be removed in the future.
.Sh SEE ALSO
.Xr setuid 2 ,
.Xr setgid 2 ,
.Xr seteuid 2 ,
.Xr setegid 2 ,
.Xr getgid 2 ,
.Xr getuid 2 ,
.Xr getgid 2
.Xr setegid 2 ,
.Xr seteuid 2 ,
.Xr setgid 2 ,
.Xr setuid 2
.Sh HISTORY
The
.Fn setruid