diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 16:57:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 16:57:50 +0000 |
commit | dd315e237a9a6218a77c1b65ddf478cfe70aa932 (patch) | |
tree | c69772d49de19320db824a78bc52ff8ba7ebf280 /lib/libc/stdlib/realpath.3 | |
parent | f0ef086ce07b0660dcadc55c6132d420ad5a64f0 (diff) |
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
not "Month, ##, ####"
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 814c36ec134..95c57b2e516 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -32,9 +32,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.5 1999/06/29 18:36:23 aaron Exp $ +.\" $OpenBSD: realpath.3,v 1.6 1999/07/02 16:57:49 aaron Exp $ .\" -.Dd February, 16, 1994 +.Dd February 16, 1994 .Dt REALPATH 3 .Os .Sh NAME |