diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 17:04:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 17:04:17 +0000 |
commit | c9dc63298a871bfc88378bf17bc4255d83faed6b (patch) | |
tree | b5d7a3c8a0a48e6bc0cd2561167121d0282e23e7 /lib/libc/sys/rfork.2 | |
parent | dd315e237a9a6218a77c1b65ddf478cfe70aa932 (diff) |
.Dd should not be given abbreviated month names
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r-- | lib/libc/sys/rfork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index cf38c071261..982aadd654b 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,10 +1,10 @@ -.\" $OpenBSD: rfork.2,v 1.13 1999/06/29 14:10:16 aaron Exp $ +.\" $OpenBSD: rfork.2,v 1.14 1999/07/02 17:04:16 aaron Exp $ .\" .\" This manual page is taken directly from Plan9, and modified to .\" describe the actual OpenBSD implementation. Permission for .\" use of this page comes from Rob Pike <rob@plan9.att.com>. .\" -.Dd Jan 12, 1996 +.Dd January 12, 1996 .Dt RFORK 2 .Os .Sh NAME |