diff options
author | 2004-01-12 20:52:09 +0000 | |
---|---|---|
committer | 2004-01-12 20:52:09 +0000 | |
commit | 27682d8baabf23ba564495fb9a147a8f631749ea (patch) | |
tree | 5b2db424f92bdc44e63bde0b0f37b56d17818c3c /lib/libc/sys | |
parent | sort options; add args to options description; (diff) | |
download | wireguard-openbsd-27682d8baabf23ba564495fb9a147a8f631749ea.tar.xz wireguard-openbsd-27682d8baabf23ba564495fb9a147a8f631749ea.zip |
full date in .Dd;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/closefrom.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/closefrom.2 b/lib/libc/sys/closefrom.2 index e8821e40d60..63c530bbdad 100644 --- a/lib/libc/sys/closefrom.2 +++ b/lib/libc/sys/closefrom.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: closefrom.2,v 1.1 2004/01/12 18:27:28 tedu Exp $ +.\" $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $ .\" .\" Copyright (c) 2004 Ted Unangst. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd Jan 11, 2004 +.Dd January 11, 2004 .Dt CLOSEFROM 2 .Os .Sh NAME |