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
1 changed files with 7 additions and 1 deletions

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
.\" The Regents of the University of California. All rights reserved.
@ -383,6 +383,12 @@ The arguments
and
.Fa pglob\->gl_pathv
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
A rough equivalent of
.Ql "ls -l *.c *.h"