diff options
Diffstat (limited to 'share/man/man7/environ.7')
-rw-r--r-- | share/man/man7/environ.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index 640413df0b19..d9d550a807f2 100644 --- a/share/man/man7/environ.7 +++ b/share/man/man7/environ.7 @@ -55,8 +55,8 @@ The size of the block units used by several commands, most notably .Xr du 1 and .Xr ls 1 . -.Ev BLOCKSIZE -may be specified in units of a byte by specifying a number, +.Ev BLOCKSIZE +may be specified in units of a byte by specifying a number, in units of a kilobyte by specifying a number followed by ``K'' or ``k'', in units of a megabyte by specifying a number followed by ``M'' or ``m'' and in units of a gigabyte by specifying a number followed @@ -80,7 +80,7 @@ This variable configures all programs which use to use the specified locale. .It Ev MAIL The location of the user's -mailbox instead of the default in /var/mail, +mailbox instead of the default in /var/mail, used by .Xr mail 1 , .Xr sh 1 , @@ -98,7 +98,7 @@ The sequence of directories, separated by colons, searched by .Xr system 3 , .Xr execvp 3 , etc, when looking for an executable file. -.Ev PATH +.Ev PATH is set to ``/usr/bin:/bin'' initially by .Xr login 1 . .It Ev PRINTER @@ -123,7 +123,7 @@ which may exploit special terminal capabilities. See for a list of terminal types. .It Ev TERMCAP The string describing the terminal in -.Ev TERM , +.Ev TERM , or, if it begins with a '/', the name of the termcap file. See |