summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/getdtablesize.3
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
commit0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch)
treea7242dc673f15a56501071f686f150e05e519b5e /lib/libc/compat-43/getdtablesize.3
parenta745f84c11e201e22ac76b1776820903cabfd67a (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/getdtablesize.3')
-rw-r--r--lib/libc/compat-43/getdtablesize.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3
index 594fac29917..9c083a160bc 100644
--- a/lib/libc/compat-43/getdtablesize.3
+++ b/lib/libc/compat-43/getdtablesize.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getdtablesize.3,v 1.5 1996/08/19 08:19:19 tholo Exp $
+.\" $OpenBSD: getdtablesize.3,v 1.6 1999/05/16 19:54:41 alex Exp $
.\"
.Dd March 10, 1991
.Dt GETDTABLESIZE 3
@@ -52,9 +52,9 @@ returns the size of this table.
.Xr close 2 ,
.Xr dup 2 ,
.Xr getrlimit 2 ,
-.Xr setrlimit 2 ,
.Xr open 2 ,
.Xr select 2 ,
+.Xr setrlimit 2 ,
.Xr sysconf 3 ,
.Xr sysctl 3
.Sh HISTORY