diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-11 08:45:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-11 08:45:02 +0000 |
commit | 5cfa50378fc90d821fc453e2e4c06fba29efe825 (patch) | |
tree | cb1e39005bcf182ce8459696961f7626e9cfc32f /mdoc.7 | |
parent | 653141fcc6eddfd6ce52b3721012773fe1baab38 (diff) | |
download | mandoc-5cfa50378fc90d821fc453e2e4c06fba29efe825.tar.gz |
Be more specific about `Dv', `Er', and `Ev'.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1691,14 +1691,21 @@ See also and .Sx \&Os . .Ss \&Dv -Defined variables such as preprocessor constants. +Defined variables such as preprocessor constants, constant symbols, +enumeration values, and so on. .Pp Examples: +.Dl \&.Dv NULL .Dl \&.Dv BUFSIZ .Dl \&.Dv STDOUT_FILENO .Pp See also -.Sx \&Er . +.Sx \&Er +and +.Sx \&Ev +for special-purpose constants and +.Sx \&Va +for variable symbols. .Ss \&Dx Format the DragonFly BSD version provided as an argument, or a default value if no argument is provided. @@ -1774,14 +1781,17 @@ argument is used as the enclosure head, for example, specifying \e(lq will emulate .Sx \&Do . .Ss \&Er -Display error constants. +Error constants for definitions of the +.Va errno +libc global variable. .Pp Examples: .Dl \&.Er EPERM .Dl \&.Er ENOENT .Pp See also -.Sx \&Dv . +.Sx \&Dv +for general constants. .Ss \&Es This macro is obsolete and not implemented. .Ss \&Ev @@ -1791,6 +1801,10 @@ Environmental variables such as those specified in Examples: .Dl \&.Ev DISPLAY .Dl \&.Ev PATH +.Pp +See also +.Sx \&Dv +for general constants. .Ss \&Ex Insert a standard sentence regarding exit values. Its syntax is as follows: |