]> git.ipfire.org Git - thirdparty/util-linux.git/blob - sys-utils/sln.1
Imported from util-linux-2.7.1 tarball.
[thirdparty/util-linux.git] / sys-utils / sln.1
1 .\" Nicolai Langfeldt (janl@math.uio.no)
2 .\" In the public domain.
3 .TH SLN 8 "20 June 1997" "Linux 2.0" "Linux Programmer's Manual"
4 .SH NAME
5 sln \- static ln
6 .SH SYNOPSIS
7 .BI sln " source dest"
8 .SH DESCRIPTION
9 .B sln
10 symbolically links
11 .I dest
12 to
13 .I source
14 It is statically linked, needing no dynamic linking at all. This that
15 sln is usefull to make symbolic links to dynamic libraries if the
16 dynamic linking system for some reason is nonfunctional.
17 .SH "SEE ALSO"
18 .BR ln(1)
19 .BR ldconfig(8)
20 .BR ld.so(8)
21 .SH AUTHOR
22 Mike Parker and David MacKenzie.