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