add sln.8 man page

This commit is contained in:
Ivana Varekova 2005-08-23 12:51:32 +00:00
parent c245b83be0
commit 43e817fb45
2 changed files with 29 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project. Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages Name: man-pages
Version: 2.07 Version: 2.07
Release: 1 Release: 2
License: distributable License: distributable
Group: Documentation Group: Documentation
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
@ -9,6 +9,7 @@ Source1: rpcgen.1
Source2: resolver.5 Source2: resolver.5
Source6: man-pages-extralocale.tar.bz2 Source6: man-pages-extralocale.tar.bz2
Source9: man2.tar.gz Source9: man2.tar.gz
Source10: sln.8
Patch1: man-pages-1.51-iconv.patch Patch1: man-pages-1.51-iconv.patch
Patch2: man-pages-1.51-nopent.patch Patch2: man-pages-1.51-nopent.patch
Patch3: man-pages-1.53-langinfo.patch Patch3: man-pages-1.53-langinfo.patch
@ -41,6 +42,7 @@ Documentation Project (LDP).
tar jxf %{SOURCE6} tar jxf %{SOURCE6}
cp -a %{SOURCE1} man1 cp -a %{SOURCE1} man1
cp -a %{SOURCE2} man5 cp -a %{SOURCE2} man5
cp -a %{SOURCE10} man8
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
@ -152,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man*/* %{_mandir}/en/man*/*
%changelog %changelog
* Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2
- add sln.8 man page (bug 10601)
* Mon Aug 8 2005 Ivana Varekova <varekova@redhat.com> 2.07-1 * Mon Aug 8 2005 Ivana Varekova <varekova@redhat.com> 2.07-1
- update to 2.07 - update to 2.07

23
sln.8 Normal file
View File

@ -0,0 +1,23 @@
.\" 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
.IR source .
It is statically linked, needing no dynamic linking at all. Thus
.B sln
is useful 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.