sort sections
This commit is contained in:
parent
624e16931f
commit
2a5b4efdf5
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sockatmark.3,v 1.2 2001/10/22 22:29:39 kleink Exp $
|
||||
.\" $NetBSD: sockatmark.3,v 1.3 2001/10/22 23:47:01 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -87,6 +87,12 @@ does not refer to a socket.
|
|||
.%T "Advanced 4.4BSD IPC Tutorial"
|
||||
.%O "reprinted in UNIX Programmer's Supplementary Documents Volume 1"
|
||||
.Re
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm sockatmark
|
||||
function conforms to
|
||||
.St -p1003.1g-2000 .
|
||||
.\" XXX add POSIX-1:200x reference when finalized
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm sockatmark
|
||||
|
@ -96,9 +102,3 @@ as a replacement for the
|
|||
.Dv SIOCATMARK
|
||||
.Xr ioctl 2
|
||||
interface.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm sockatmark
|
||||
function conforms to
|
||||
.St -p1003.1g-2000 .
|
||||
.\" XXX add POSIX-1:200x reference when finalized
|
||||
|
|
Loading…
Reference in New Issue