diff options
author | 2012-04-12 22:15:21 +0000 | |
---|---|---|
committer | 2012-04-12 22:15:21 +0000 | |
commit | 0f354d19f8302f0b2b4242c13b992f16492efcb1 (patch) | |
tree | 47474db37c4eb140576cfd214ee435d5daf9029d /lib/libc/sys | |
parent | NOOBJ -> zap unneeded ${.CURDIR} for clarity. (diff) | |
download | wireguard-openbsd-0f354d19f8302f0b2b4242c13b992f16492efcb1.tar.xz wireguard-openbsd-0f354d19f8302f0b2b4242c13b992f16492efcb1.zip |
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 . |