Skip to content

Commit

Permalink
sdate.1: Escape tilde character
Browse files Browse the repository at this point in the history
The tilde (~) character in groff input produces a "modifier tilde"
in the output. Use the \(ti escape sequence for a normal tilde,
see groff_char(7).
  • Loading branch information
ulm authored and df7cb committed Oct 12, 2023
1 parent ace93c8 commit 61d9824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sdate.1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ needs to be linked to the same version of the C library as
itself.
.SH SEE ALSO
.TP
http://www.catb.org/~esr/jargon/html/S/September-that-never-ended.html
http://www.catb.org/\(tiesr/jargon/html/S/September-that-never-ended.html
.TP
https://www.df7cb.de/projects/sdate/
.SH COPYING
Expand Down

0 comments on commit 61d9824

Please sign in to comment.