Deleted Added
full compact
whereis.1 (36057) whereis.1 (38702)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)whereis.1 8.2 (Berkeley) 12/30/93
33.\"
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)whereis.1 8.2 (Berkeley) 12/30/93
33.\"
34.\" $Id: whereis.1,v 1.4 1997/02/22 19:57:47 peter Exp $
34.\" $Id: whereis.1,v 1.5 1998/05/15 11:22:40 jkoshy Exp $
35.\"
36.Dd June 15, 1996
37.Dt WHEREIS 1
38.Os FreeBSD
39.Sh NAME
40.Nm whereis
41.Nd locate programs
42.Sh SYNOPSIS

--- 70 unchanged lines hidden (view full) ---

113.Sh EXAMPLE
114The following finds all utilities under
115.Pa /usr/bin
116that do not have documentation:
117.Dl whereis -m -u /usr/bin/*
118.Sh SEE ALSO
119.Xr find 1 ,
120.Xr locate 1 ,
35.\"
36.Dd June 15, 1996
37.Dt WHEREIS 1
38.Os FreeBSD
39.Sh NAME
40.Nm whereis
41.Nd locate programs
42.Sh SYNOPSIS

--- 70 unchanged lines hidden (view full) ---

113.Sh EXAMPLE
114The following finds all utilities under
115.Pa /usr/bin
116that do not have documentation:
117.Dl whereis -m -u /usr/bin/*
118.Sh SEE ALSO
119.Xr find 1 ,
120.Xr locate 1 ,
121.Xr which 1 ,
122.Xr man 1 ,
121.Xr man 1 ,
122.Xr which 1 ,
123.Xr sysctl 8
124.Sh BUGS
125The search for sources is implemented as a quick search as the
126first-level subdirectory of each element of the list of source
127directories first. If this didn't succeed, the utility
128.Xr locate 1
129is requested to do the search in deeper nested subdirectories. This
130might take some time, and will only succeed if the locate database is
131up-to-date.
132.Sh HISTORY
133The
134.Nm whereis
135command appeared in
136.Bx 3.0 .
137This version re-implements the historical
138functionality that was lost in
139.Bx 4.4 .
123.Xr sysctl 8
124.Sh BUGS
125The search for sources is implemented as a quick search as the
126first-level subdirectory of each element of the list of source
127directories first. If this didn't succeed, the utility
128.Xr locate 1
129is requested to do the search in deeper nested subdirectories. This
130might take some time, and will only succeed if the locate database is
131up-to-date.
132.Sh HISTORY
133The
134.Nm whereis
135command appeared in
136.Bx 3.0 .
137This version re-implements the historical
138functionality that was lost in
139.Bx 4.4 .