diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 12:17:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 12:17:33 +0000 |
commit | e53ce699d09ed56598194b564ea85a0b219ef344 (patch) | |
tree | ab774e707e4a1d2a494b8d24c1414c1422053777 /lib | |
parent | 6ac7237ff5c3c3ee382424775d4c30cefe4d57a0 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/compat-43/getdtablesize.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/getdtablesize.3 b/lib/libc/compat-43/getdtablesize.3 index fbdbe159f69..c706988b297 100644 --- a/lib/libc/compat-43/getdtablesize.3 +++ b/lib/libc/compat-43/getdtablesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdtablesize.3,v 1.3 1996/05/04 13:32:13 deraadt Exp $ +.\" $OpenBSD: getdtablesize.3,v 1.4 1996/07/27 12:17:32 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -54,10 +54,10 @@ returns the size of this table. .Xr close 2 , .Xr dup 2 , .Xr getrlimit 2 , -.Xr setrlimit 2, +.Xr setrlimit 2 , .Xr open 2 , .Xr select 2 , -.Xr sysconf 3, +.Xr sysconf 3 , .Xr sysctl 3 .Sh HISTORY The |