Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/time
Date: Sun, 29 Oct 2017 06:07:48 +0000
From: "Abhinav Upadhyay" <abhinav%netbsd.org@localhost>
Message-ID: <20171029060748.45C43FBDE%cvs.NetBSD.org@localhost>
| Modified Files:
| src/lib/libc/time: time2posix.3
|
| Log Message:
| Fix the escape used for em dash
It was intended to be an n-dash (not that that really matters).
I would note that the original (before import to NetBSD contains
.ie '\(en'' .ds en \-
.el .ds en \(en
which is why it was using \*(en instead of \(en ... but whether that
test to see if an n-dash exists in the output font or not will work with
mandoc I have no idea. (There is more of the same kind of thing in the
original.)
kre
Home |
Main Index |
Thread Index |
Old Index