Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes to get $*DISTRO and $?DISTRO to look right.
  • Loading branch information
John Gabriele committed Apr 19, 2012
1 parent 64fd869 commit e3672a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/appendix-a-index.txt
Expand Up @@ -1348,18 +1348,18 @@ single (decimal) digit char aka
returns all files of a given directory, excluding . and .. by
default

**$\*DISTRO**
**\$\*DISTRO**
*[(special var)](appendix-b-grouped.html#global-variables)* —
running OS distribution, you might want to use `$*DISTRO.name`,
see also: **[\$\*KERNEL](#kernel-global-var)** and
**[\$\*VM](#vm-global-var)**

**$\?DISTRO**
**\$\?DISTRO**
*[(special var)](appendix-b-grouped.html#global-variables)* —
[OS](#kernel-compiler-var) distribution the
program was compiled for, see also:
**[\$?KERNEL](#kernel-compiler-var)** and
**[\$*VM](#vm-compiler-var)**
**[\$\*VM](#vm-compiler-var)**

**[div](operators.html)** integer division

Expand Down

0 comments on commit e3672a8

Please sign in to comment.