note that $HOME is used in ~/ globs

This commit is contained in:
lukem 1997-12-28 04:37:14 +00:00
parent 53f6552a12
commit 99f9342863

View File

@ -1,4 +1,4 @@
.\" $NetBSD: glob.3,v 1.10 1996/04/19 00:12:16 cgd Exp $ .\" $NetBSD: glob.3,v 1.11 1997/12/28 04:37:14 lukem Exp $
.\" .\"
.\" Copyright (c) 1989, 1991, 1993, 1994 .\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -383,6 +383,12 @@ The arguments
and and
.Fa pglob\->gl_pathv .Fa pglob\->gl_pathv
are still set as specified above. are still set as specified above.
.Sh ENVIRONMENT
.Bl -tag -width HOME -compact
.It Ev HOME
If defined, used as the home directory of the current user in
tilde expansions.
.El
.Sh EXAMPLE .Sh EXAMPLE
A rough equivalent of A rough equivalent of
.Ql "ls -l *.c *.h" .Ql "ls -l *.c *.h"