diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-11 06:30:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-11 06:30:36 +0000 |
commit | 8b3961a970ca9b2a1bfd03ab106603d430c10ca5 (patch) | |
tree | d385f63122cc212d48fb82844dc52ca67076e49d | |
parent | 42bd89f2326dc9bc7c2be8fe15db42a0319914a2 (diff) |
tedu: when you commit a change with global impact, please do a full
build to verify there's no fallout, machines are fast now and 1 hour
of your time is worth saving a bunch of others 1+ hour of their time
in this case, paths.h broke this as noticed by jmc and 3 of my build
machines so far, but I might as well restart them all, so call it 8
machines impacted.
-rw-r--r-- | usr.bin/which/whereis.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1 index 9d7439e0285..1a638b0f6db 100644 --- a/usr.bin/which/whereis.1 +++ b/usr.bin/which/whereis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whereis.1,v 1.18 2013/04/15 16:22:51 jmc Exp $ +.\" $OpenBSD: whereis.1,v 1.19 2019/07/11 06:30:35 deraadt 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 15 2013 $ +.Dd $Mdocdate: July 11 2019 $ .Dt WHEREIS 1 .Os .Sh NAME @@ -50,7 +50,7 @@ user. .Pp The path searched is: .\" The path below should be the expansion of _PATH_STDPATH from <paths.h> -.D1 /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:/usr/local/sbin .Pp If the .Fl a |