nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 26 lines 971 B view raw
1. 2.if n \{\ 3. \" With groff 1.23.0 "[t]he 'utf8' output device now maps the input 4. \" characters '^' (caret, circumflex accent, or 'hat') and '~' (tilde) 5. \" to U+02C6 (modifier letter circumflex accent) and U+02DC (small tilde), 6. \" respectively, for consistency with groff's other output devices. 7. \" This change is expected to expose glyph usage errors in man pages. 8. \" See [http://git.savannah.gnu.org/cgit/groff.git/tree/PROBLEMS] for 9. \" a recipe that will conceal these errors" 10. \" -- https://lists.gnu.org/archive/html/groff/2023-07/msg00051.html 11. \" 12. \" Conceal glyph usage errors in man pages with the following 13. \" character translations for non-keyboard characters to make them searchable. 14. if '\*[.T]'utf8' \{\ 15. char \- \N'45' 16. char - \N'45' 17. char \' \[aq] 18. char ' \[aq] 19. char ` \[ga] 20. char ^ \[ha] 21. char ~ \[ti] 22. \} 23.\} 24. 25.ds doc-default-operating-system Nixpkgs 26.ds doc-volume-operating-system Nixpkgs