diff options
author | 2003-03-11 07:54:01 +0000 | |
---|---|---|
committer | 2003-03-11 07:54:01 +0000 | |
commit | e2e8b3c2177616f371bc72f6ab54e499b6f3c7e6 (patch) | |
tree | 2ac7202c2f3ebc224fa2318cf3221cc8bc3107b5 | |
parent | mdoc fixes: macros are not allowed inside .Bd -literal blocks (diff) | |
download | wireguard-openbsd-e2e8b3c2177616f371bc72f6ab54e499b6f3c7e6.tar.xz wireguard-openbsd-e2e8b3c2177616f371bc72f6ab54e499b6f3c7e6.zip |
date is supposed to be written formally
ok jmc@
-rw-r--r-- | share/man/man4/tun.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index a7b777b1e49..8fd252c3f62 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.24 2003/03/10 02:37:34 mdw Exp $ +.\" $OpenBSD: tun.4,v 1.25 2003/03/11 07:54:01 david Exp $ .\" .\" Copyright (c) 2003 Marcus D. Watts All rights reserved. .\" @@ -26,7 +26,7 @@ .\" 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 Mar 9, 2003 +.Dd March 9, 2003 .Dt TUN 4 .Os .Sh NAME |