BSD 2 development
[unix-history] / .ref-BSD-1 / man1 / lib.1
CommitLineData
fde98a2d
BJ
1.th LIB I 10/14/76
2.sh NAME
3lib \*- specify user libraries
4.sh SYNOPSIS
5.bd lib
6directory ...
7.sh DESCRIPTION
8.it Lib
9is used to specify user libraries to be searched by the shell.
10The libraries are searched after the current directory and before
11the system libraries `/bin' and `/usr/bin'.
12.it Lib
13with no arguments prints the current library. To specify no
14libraries do:
15.s2
16.ti 10
17lib ""
18.br
19.s3
20.it Lib
21is executed within the Shell.
22.sh "SEE ALSO"
23sh (I), glob2 (VIII)
24.sh BUGS
25Other than the shell and
26.it glob2
27(VIII)
28which receives the library names explicitly,
29there is no access to the current library names for user or other system
30commands.
31Thus
32.it time
33(I),
34.it nice
35(I),
36.it nohup
37(I),
38.it if
39(I),
40.it find
41(I),
42and
43.it repeat
44(VI)
45among others don't act as one would first expect.