diff options
author | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
commit | 511e378b14868fd06fca565a7db84b7080fdbcb7 (patch) | |
tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man7/environ.7 | |
parent | b855a121e272a07bd83ce7b51f776e73d7412cf4 (diff) | |
download | FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz |
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
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 640413d..d9d550a 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 |