summaryrefslogtreecommitdiff
path: root/newctime.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-14 09:46:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-14 09:46:55 -0800
commit6cfaa796ecb8d219dd08dfe4fd216edbc1ff514d (patch)
treecf27fe8de7b2d6b54fda235348a723dd74ecee54 /newctime.3
parentaa9c4662f1801852408f8db1e082b2a429938648 (diff)
downloadtz-6cfaa796ecb8d219dd08dfe4fd216edbc1ff514d.tar.gz
Fix "el ds" typo in man pages
This fixes a typo that I introduced in 2014 when fixing glitches with '-' and italics in man pages. The typo is visible only when using traditional troff (as opposed to groff-compatible processors).
Diffstat (limited to 'newctime.3')
-rw-r--r--newctime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/newctime.3 b/newctime.3
index cc56e2c..1b1790f 100644
--- a/newctime.3
+++ b/newctime.3
@@ -4,7 +4,7 @@ asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time
.SH SYNOPSIS
.nf
.ie \n(.g .ds - \f(CW-\fP
-.el ds - \-
+.el .ds - \-
.B #include <time.h>
.PP
.BR "extern char *tzname[];" " /\(** (optional) \(**/"