* zic.8 (:): Remove; no longer needed. (FILES): Use UR and UE for URL, instead of doing it by hand. --- zic.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/zic.8 b/zic.8 index 06ff8667..62ebfcc9 100644 --- a/zic.8 +++ b/zic.8 @@ -22,8 +22,6 @@ zic \- timezone compiler .el .ds < \(la .ie '\(ra'' .ds > > .el .ds > \(ra -.ie \n(.g .ds : \: -.el .ds : . .ds d " degrees .ds m " minutes .ds s " seconds @@ -289,8 +287,10 @@ zero or more lines, each ending in a newline byte and containing at most 2048 bytes counting the newline, and without any NUL bytes. The input text's encoding is typically UTF-8 or ASCII; it should have a unibyte representation -for the POSIX Portable Character Set (PPCS) -\*<https://pubs\*:.opengroup\*:.org/\*:onlinepubs/\*:9799919799/\*:basedefs/\*:V1_chap06\*:.html\*> +for the +.UR https://\:pubs\:.opengroup\:.org/\:onlinepubs/\:9799919799/\:basedefs/\:V1_chap06\:.html +POSIX Portable Character Set (PPCS) +.UE and the encoding's non-unibyte characters should consist entirely of non-PPCS bytes. Non-PPCS characters typically occur only in comments: although output file names and time zone abbreviations can contain -- 2.50.1
