Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx .
     5         kx .if n \{\
     5         kx .  \" Map \(oq to ' rather than ` in nroff mode for devices other
     5         kx .  \" than utf8.
     5         kx .  if !'\*[.T]'utf8' \
     5         kx .    tr \[oq]'
     5         kx .
     5         kx .  \" Disable the use of SGR (ANSI colour) escape sequences by
     5         kx .  \" grotty.
     5         kx .  if '\V[GROFF_SGR]'' \
     5         kx .    output x X tty: sgr 0
     5         kx .
     5         kx .  \" Map \- to the Unicode HYPHEN-MINUS character, to make
     5         kx .  \" searching in man pages easier.
     5         kx .  if '\*[.T]'utf8' \
     5         kx .    char \- \N'45'
     5         kx .
     5         kx .  \" Many UTF-8 man pages use "-" instead of "\-" for dashes such as those
     5         kx .  \" in command-line options. This is a bug in those pages, but if you want
     5         kx .  \" all hyphens to be rendered as the ASCII-compatible HYPHEN-MINUS
     5         kx .  \" anyway, then uncomment this.
     5         kx .  \" if '\*[.T]'utf8' \
     5         kx .  \"   char - \N'45'
     5         kx .\}