summaryrefslogtreecommitdiffstats
path: root/sys-utils/sln.1
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/sln.1')
-rw-r--r--sys-utils/sln.122
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-utils/sln.1 b/sys-utils/sln.1
new file mode 100644
index 000000000..a89271936
--- /dev/null
+++ b/sys-utils/sln.1
@@ -0,0 +1,22 @@
+.\" 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.