Skip to content

Commit

Permalink
Fix "el ds" typo in man pages
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
eggert committed Dec 14, 2021
1 parent aa9c466 commit 6cfaa79
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion date.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date \- show and set date and time
.if n .nh
.if n .na
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
.B date
[
.B \*-u
Expand Down
2 changes: 1 addition & 1 deletion newctime.3
Original file line number Diff line number Diff line change
Expand Up @@ -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) \(**/"
Expand Down
2 changes: 1 addition & 1 deletion newstrftime.3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ strftime \- format date and time
.SH SYNOPSIS
.nf
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
.B #include <time.h>
.PP
.B "size_t strftime(char *restrict buf, size_t maxsize,"
Expand Down
2 changes: 1 addition & 1 deletion newtzset.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tzset \- initialize time conversion information
.SH SYNOPSIS
.nf
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
.B #include <time.h>
.PP
.B timezone_t tzalloc(char const *TZ);
Expand Down
2 changes: 1 addition & 1 deletion time2posix.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ time2posix, posix2time \- convert seconds since the Epoch
.SH SYNOPSIS
.nf
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
.B #include <time.h>
.PP
.B time_t time2posix(time_t t);
Expand Down
2 changes: 1 addition & 1 deletion tzfile.5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tzfile \- timezone information
\\$3\*(lq\\$1\*(rq\\$2
..
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
The timezone information files used by
.BR tzset (3)
are typically found under a directory with a name like
Expand Down
2 changes: 1 addition & 1 deletion tzselect.8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tzselect \- select a timezone
.SH SYNOPSIS
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
.B tzselect
[
.B \*-c
Expand Down
2 changes: 1 addition & 1 deletion zdump.8
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zdump \- timezone dumper
\\$3\*(lq\\$1\*(rq\\$2
..
.ie \n(.g .ds - \f(CW-\fP
.el ds - \-
.el .ds - \-
The
.B zdump
program prints the current time in each
Expand Down

0 comments on commit 6cfaa79

Please sign in to comment.