forked from rpms/rpcbind
Fixed SYNOPSIS section in the rpcinfo man page (bz 453729)
This commit is contained in:
parent
3de7950511
commit
46da9bb28c
63
rpcbind-0.1.5-rpcinfo-manpage.patch
Normal file
63
rpcbind-0.1.5-rpcinfo-manpage.patch
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
commit a37d65c960f5a3682b3cf5146bc31856fdba632d
|
||||||
|
Author: Steve Dickson <steved@redhat.com>
|
||||||
|
Date: Wed Jul 2 09:58:08 2008 -0400
|
||||||
|
|
||||||
|
Added "rpcinfo" string to the SYNOPSIS section
|
||||||
|
the rpinfo man page
|
||||||
|
|
||||||
|
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||||||
|
|
||||||
|
diff --git a/man/rpcinfo.8 b/man/rpcinfo.8
|
||||||
|
index 156de01..5ece18f 100644
|
||||||
|
--- a/man/rpcinfo.8
|
||||||
|
+++ b/man/rpcinfo.8
|
||||||
|
@@ -8,40 +8,40 @@
|
||||||
|
.Nm rpcinfo
|
||||||
|
.Nd report RPC information
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Op Fl m Li \&| Fl s
|
||||||
|
.Op Ar host
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl p Op Ar host
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl T Ar transport
|
||||||
|
.Ar host Ar prognum
|
||||||
|
.Op Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl l
|
||||||
|
.Op Fl T Ar transport
|
||||||
|
.Ar host Ar prognum
|
||||||
|
.Op Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Op Fl n Ar portnum
|
||||||
|
.Fl u
|
||||||
|
.Ar host Ar prognum
|
||||||
|
.Op Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Op Fl n Ar portnum
|
||||||
|
.Op Fl t
|
||||||
|
.Ar host Ar prognum
|
||||||
|
.Op Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl a Ar serv_address
|
||||||
|
.Fl T Ar transport
|
||||||
|
.Ar prognum
|
||||||
|
.Op Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl b
|
||||||
|
.Op Fl T Ar transport
|
||||||
|
.Ar prognum Ar versnum
|
||||||
|
-.Nm ""
|
||||||
|
+.Nm "rpcinfo"
|
||||||
|
.Fl d
|
||||||
|
.Op Fl T Ar transport
|
||||||
|
.Ar prognum Ar versnum
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.1.5
|
Version: 0.1.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -29,6 +29,7 @@ Patch1: rpcbind-0.1.4-iff_up.patch
|
|||||||
Patch2: rpcbind-0.1.5-setgid.patch
|
Patch2: rpcbind-0.1.5-setgid.patch
|
||||||
Patch3: rpcbind-0.1.5-nss-config.patch
|
Patch3: rpcbind-0.1.5-nss-config.patch
|
||||||
Patch4: rpcbind-0.1.5-man-cleanup.patch
|
Patch4: rpcbind-0.1.5-man-cleanup.patch
|
||||||
|
Patch5: rpcbind-0.1.5-rpcinfo-manpage.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The rpcbind utility is a server that converts RPC program numbers into
|
The rpcbind utility is a server that converts RPC program numbers into
|
||||||
@ -44,6 +45,8 @@ RPC calls on a server on that machine.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
# 446915: Man page documents non-existing -L option
|
# 446915: Man page documents non-existing -L option
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
# 453729: typo error in rpcinfo man page
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -123,6 +126,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 2 2008 Steve Dickson <steved@redhat.com> 0.1.5-5
|
||||||
|
- Fixed SYNOPSIS section in the rpcinfo man page (bz 453729)
|
||||||
|
|
||||||
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-4
|
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-4
|
||||||
- Removed the documentation about the non-existent
|
- Removed the documentation about the non-existent
|
||||||
'-L' flag (bz 446915)
|
'-L' flag (bz 446915)
|
||||||
|
Loading…
Reference in New Issue
Block a user