diff --git a/man-pages.spec b/man-pages.spec index 580f564..79c7bbc 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: 1.52 -Release: 1 +Release: 2 License: distributable Group: Documentation Source0: ftp://ftp.win.tue.nl/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2 @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Thu Jul 25 2002 Trond Eivind Glomsrød 1.52-2 +- Fix reference in rpcgen(1) - #69740 + * Wed Jul 24 2002 Trond Eivind Glomsrød 1.52-1 - 1.52 diff --git a/rpcgen.1 b/rpcgen.1 index c51e5fb..684b8e9 100644 --- a/rpcgen.1 +++ b/rpcgen.1 @@ -431,4 +431,4 @@ use: $ rpcgen \-n tcp \-o prot_svc.c prot.x .ft 1 .SH "SEE ALSO" -\f4cc\fP(1). +\f4gcc\fP(1).