diff options
author | 2000-08-18 23:36:59 +0000 | |
---|---|---|
committer | 2000-08-18 23:36:59 +0000 | |
commit | 607072b9de2fa2a27f7a164ce01b52e95e9f3906 (patch) | |
tree | 93d0ad7205432fe928affb480c1805d0a133ce6a | |
parent | ipsec-acl default changed to 1; confirmed by jason@ (diff) | |
download | wireguard-openbsd-607072b9de2fa2a27f7a164ce01b52e95e9f3906.tar.xz wireguard-openbsd-607072b9de2fa2a27f7a164ce01b52e95e9f3906.zip |
Fix a typo that broke the year portion of the date in the footer
if an invalid date was specified in the .Dd header.
-rw-r--r-- | share/tmac/mdoc/doc-common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index de649e59bce..44f95be1a1b 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.19 2000/04/08 05:06:25 deraadt Exp $ +.\" $OpenBSD: doc-common,v 1.20 2000/08/18 23:36:59 millert Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -279,7 +279,7 @@ . if "\\n(mo"11" .ds dD November . if "\\n(mo"12" .ds dD December . nr *year \\n(yr+1900 -. as dD \&\ \\n(dy, \\n([*year] +. as dD \&\ \\n(dy, \\n[*year] . \} .\} .el \{\ |