diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-12 22:15:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-12 22:15:22 +0000 |
commit | 32a52f79d865cf81817f3b0df99eb0dab53c935f (patch) | |
tree | d09ea2555805787ac2800aaa753707fe8a242258 /lib/libc/sys | |
parent | 5ffc8ae184353edf269a6c1a9e7725dff51a02fb (diff) |
tweak;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/getdtablecount.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getdtablecount.2 b/lib/libc/sys/getdtablecount.2 index d4bcee9f316..c7c92618fd6 100644 --- a/lib/libc/sys/getdtablecount.2 +++ b/lib/libc/sys/getdtablecount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdtablecount.2,v 1.2 2012/04/12 19:06:23 jmc Exp $ +.\" $OpenBSD: getdtablecount.2,v 1.3 2012/04/12 22:15:21 jmc Exp $ .\" .\" Copyright (c) 2012 Theo de Raadt .\" @@ -34,5 +34,5 @@ open. .Sh HISTORY The .Nm -function call appeared in +function appeared in .Ox 5.1 . |