Module Name:    src
Committed By:   abhinav
Date:           Sun Oct 29 06:07:48 UTC 2017

Modified Files:
        src/lib/libc/time: time2posix.3

Log Message:
Fix the escape used for em dash

ok wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/time2posix.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/time/time2posix.3
diff -u src/lib/libc/time/time2posix.3:1.21 src/lib/libc/time/time2posix.3:1.22
--- src/lib/libc/time/time2posix.3:1.21	Wed Oct 25 19:04:07 2017
+++ src/lib/libc/time/time2posix.3	Sun Oct 29 06:07:48 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: time2posix.3,v 1.21 2017/10/25 19:04:07 abhinav Exp $
+.\"	$NetBSD: time2posix.3,v 1.22 2017/10/29 06:07:48 abhinav Exp $
 .Dd October 6, 2014
 .Dt TIME2POSIX 3
 .Os
@@ -46,7 +46,7 @@ by the net number of leap seconds insert
 Typically this is not a problem as the type
 .Va time_t
 is intended to be (mostly)
-opaque \*(en
+opaque \(em
 .Va time_t
 values should only be obtained-from and
 passed-to functions such as

Reply via email to