diff options
Diffstat (limited to 'lib/libc/gen/exec.3')
-rw-r--r-- | lib/libc/gen/exec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 12207316ea6..81082e528bb 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.18 2005/07/22 02:47:28 jaredy Exp $ +.\" $OpenBSD: exec.3,v 1.19 2005/07/22 03:16:58 jaredy Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -129,7 +129,7 @@ The search path is the path specified in the environment by .Ev PATH variable. If this variable isn't specified, -.Va _PATH_DEFPATH +.Dv _PATH_DEFPATH from .Aq Pa paths.h is used instead, its value being: |