summaryrefslogtreecommitdiffstats
path: root/lib/libc/time
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2014-11-15 14:41:01 +0000
committerbentley <bentley@openbsd.org>2014-11-15 14:41:01 +0000
commitd01fe41759645b4d0c58a04cd818c3b126795b6d (patch)
tree85ad0547445c0b9d96457d1fda0c4aae74a0370b /lib/libc/time
parentNo point in documenting an outright bug fixed in 4.3BSD. (diff)
downloadwireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.tar.xz
wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.zip
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@
Diffstat (limited to 'lib/libc/time')
-rw-r--r--lib/libc/time/strptime.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3
index 00f508987b9..b45adbbcde5 100644
--- a/lib/libc/time/strptime.3
+++ b/lib/libc/time/strptime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strptime.3,v 1.22 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strptime.3,v 1.23 2014/11/15 14:41:02 bentley Exp $
.\"
.\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 15 2014 $
.Dt STRPTIME 3
.Os
.Sh NAME
@@ -86,7 +86,8 @@ the date and time, using the locale's date and time format.
.It Cm \&%C
the century number [0,99]; leading zeros are permitted but not required.
Note that the converted value is added to the current value of the
-``tm_year'' field (in order that the "\&%y" conversion be useful).
+.Fa tm_year
+field (in order that the "\&%y" conversion be useful).
.It Cm \&%d
the day of month [1,31];
leading zeros are permitted but not required.