aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/environ.7
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commitc1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man7/environ.7
parent52353da871a1c6308e9596c9fc75e374413a6ac4 (diff)
downloadsrc-c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6.tar.gz
src-c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6.zip
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Notes
Notes: svn path=/head/; revision=79727
Diffstat (limited to 'share/man/man7/environ.7')
-rw-r--r--share/man/man7/environ.710
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