OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / util-linux / original / man8 / sln.8
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 .IR source .
14 It is statically linked, needing no dynamic linking at all.  Thus
15 .B sln
16 is useful to make symbolic links to dynamic libraries if the
17 dynamic linking system for some reason is nonfunctional.
18 .SH "SEE ALSO"
19 .BR ln(1)
20 .BR ldconfig(8)
21 .BR ld.so(8)
22 .\" .SH AUTHOR
23 .\" Mike Parker and David MacKenzie.