diff options
author | 2013-04-15 16:22:51 +0000 | |
---|---|---|
committer | 2013-04-15 16:22:51 +0000 | |
commit | 8d2d660a5e2d3237354f0c222c2272eebd8266b8 (patch) | |
tree | bf19392b470d9a80cb42137f0327cb83cee9ca5a | |
parent | scripts should be run as root, but are not; add a BUGS entry to that (diff) | |
download | wireguard-openbsd-8d2d660a5e2d3237354f0c222c2272eebd8266b8.tar.xz wireguard-openbsd-8d2d660a5e2d3237354f0c222c2272eebd8266b8.zip |
tweak previous;
-rw-r--r-- | usr.bin/which/whereis.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1 index 3d846454653..9d7439e0285 100644 --- a/usr.bin/which/whereis.1 +++ b/usr.bin/which/whereis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whereis.1,v 1.17 2013/04/13 19:31:58 guenther Exp $ +.\" $OpenBSD: whereis.1,v 1.18 2013/04/15 16:22:51 jmc Exp $ .\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)whereis.1 8.3 (Berkeley) 4/27/95 .\" -.Dd $Mdocdate: April 13 2013 $ +.Dd $Mdocdate: April 15 2013 $ .Dt WHEREIS 1 .Os .Sh NAME @@ -48,9 +48,9 @@ utility checks the standard binary directories for the specified printing out the paths of any it finds that are executable by the user. .Pp -The path searched is +The path searched is: .\" The path below should be the expansion of _PATH_STDPATH from <paths.h> -.Pa /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin . +.D1 /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin .Pp If the .Fl a |