man: update man pages to say $HOME when accurate

Fixes #386.
This commit is contained in:
Russ Cox 2020-05-18 23:51:35 -04:00
parent d25d0ca1a3
commit bfe4377e40
4 changed files with 37 additions and 33 deletions

View file

@ -84,7 +84,7 @@ obtains standard function definitions from the library file
architecture-dependent functions from architecture-dependent functions from
.BR \*9/acid/$objtype , .BR \*9/acid/$objtype ,
user-specified functions from user-specified functions from
.BR $home/lib/acid , .BR $HOME/lib/acid ,
and further functions from and further functions from
.B -l .B -l
files. files.
@ -499,7 +499,7 @@ acid: cont()
.br .br
.B \*9/acid/truss .B \*9/acid/truss
.br .br
.B $home/lib/acid .B $HOME/lib/acid
.SH SOURCE .SH SOURCE
.B \*9/src/cmd/acid .B \*9/src/cmd/acid
.SH "SEE ALSO" .SH "SEE ALSO"

View file

@ -300,7 +300,7 @@ Delete window without checking for dirtiness.
Write the state of Write the state of
.I acme .I acme
to the file name, if specified, or to the file name, if specified, or
.B $home/acme.dump .B $HOME/acme.dump
by default. by default.
.TP .TP
.B Edit .B Edit
@ -403,7 +403,7 @@ commands named as arguments.
Restore the state of Restore the state of
.I acme .I acme
from a file (default from a file (default
.BR $home/acme.dump ) .BR $HOME/acme.dump )
created by the created by the
.B Dump .B Dump
command. command.
@ -745,9 +745,9 @@ and
.I awd .I awd
reside. reside.
.SH FILES .SH FILES
.TF $home/acme.dump .TF $HOME/acme.dump
.TP .TP
.B $home/acme.dump .B $HOME/acme.dump
default file for default file for
.B Dump .B Dump
and and

View file

@ -806,6 +806,10 @@ is set to its process id.
.B $home .B $home
The default directory for The default directory for
.BR cd . .BR cd .
Defaults to
.B $HOME
or else
.LR / .
.TP .TP
.B $ifs .B $ifs
The input field separators used in backquote substitutions. The input field separators used in backquote substitutions.

View file

@ -500,7 +500,7 @@ Plan 9 command.
.BI \*acd " directory .BI \*acd " directory
Change working directory. Change working directory.
If no directory is specified, If no directory is specified,
.B $home .B $HOME
is used. is used.
.PD .PD
.PP .PP