blob: a8927193662a926809f6f6b0270ce91040287d12 [file] [log] [blame]
.\" Nicolai Langfeldt (janl@math.uio.no)
.\" In the public domain.
.TH SLN 8 "20 June 1997" "Linux 2.0" "Linux Programmer's Manual"
.SH NAME
sln \- static ln
.SH SYNOPSIS
.BI sln " source dest"
.SH DESCRIPTION
.B sln
symbolically links
.I dest
to
.I source
It is statically linked, needing no dynamic linking at all. This that
sln is usefull to make symbolic links to dynamic libraries if the
dynamic linking system for some reason is nonfunctional.
.SH "SEE ALSO"
.BR ln(1)
.BR ldconfig(8)
.BR ld.so(8)
.SH AUTHOR
Mike Parker and David MacKenzie.