summaryrefslogtreecommitdiffstats
path: root/templates/man3/rcmd.3.pot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/man3/rcmd.3.pot626
1 files changed, 626 insertions, 0 deletions
diff --git a/templates/man3/rcmd.3.pot b/templates/man3/rcmd.3.pot
new file mode 100644
index 00000000..0608d45e
--- /dev/null
+++ b/templates/man3/rcmd.3.pot
@@ -0,0 +1,626 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2024-03-01 17:05+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "rcmd"
+msgstr ""
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr ""
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"rcmd, rresvport, iruserok, ruserok, rcmd_af, rresvport_af, iruserok_af, "
+"ruserok_af - routines for returning a stream to a remote command"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>netdb.hE<gt> >/* Or E<lt>unistd.hE<gt> on some systems */\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int rcmd(char **restrict >I<ahost>B<, unsigned short >I<inport>B<,>\n"
+"B< const char *restrict >I<locuser>B<,>\n"
+"B< const char *restrict >I<remuser>B<,>\n"
+"B< const char *restrict >I<cmd>B<, int *restrict >I<fd2p>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int rresvport(int *>I<port>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int iruserok(uint32_t >I<raddr>B<, int >I<superuser>B<,>\n"
+"B< const char *>I<ruser>B<, const char *>I<luser>B<);>\n"
+"B<int ruserok(const char *>I<rhost>B<, int >I<superuser>B<,>\n"
+"B< const char *>I<ruser>B<, const char *>I<luser>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int rcmd_af(char **restrict >I<ahost>B<, unsigned short >I<inport>B<,>\n"
+"B< const char *restrict >I<locuser>B<,>\n"
+"B< const char *restrict >I<remuser>B<,>\n"
+"B< const char *restrict >I<cmd>B<, int *restrict >I<fd2p>B<,>\n"
+"B< sa_family_t >I<af>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int rresvport_af(int *>I<port>B<, sa_family_t >I<af>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int iruserok_af(const void *restrict >I<raddr>B<, int >I<superuser>B<,>\n"
+"B< const char *restrict >I<ruser>B<, const char *restrict >I<luser>B<,>\n"
+"B< sa_family_t >I<af>B<);>\n"
+"B<int ruserok_af(const char *>I<rhost>B<, int >I<superuser>B<,>\n"
+"B< const char *>I<ruser>B<, const char *>I<luser>B<,>\n"
+"B< sa_family_t >I<af>B<);>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<rcmd>(), B<rcmd_af>(), B<rresvport>(), B<rresvport_af>(), B<iruserok>(), "
+"B<iruserok_af>(), B<ruserok>(), B<ruserok_af>():"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" Since glibc 2.19:\n"
+" _DEFAULT_SOURCE\n"
+" glibc 2.19 and earlier:\n"
+" _BSD_SOURCE\n"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<rcmd>() function is used by the superuser to execute a command on a "
+"remote machine using an authentication scheme based on privileged port "
+"numbers. The B<rresvport>() function returns a file descriptor to a socket "
+"with an address in the privileged port space. The B<iruserok>() and "
+"B<ruserok>() functions are used by servers to authenticate clients "
+"requesting service with B<rcmd>(). All four functions are used by the "
+"B<rshd>(8) server (among others)."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "rcmd()"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<rcmd>() function looks up the host I<*ahost> using "
+"B<gethostbyname>(3), returning -1 if the host does not exist. Otherwise, "
+"I<*ahost> is set to the standard name of the host and a connection is "
+"established to a server residing at the well-known Internet port I<inport>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the connection succeeds, a socket in the Internet domain of type "
+"B<SOCK_STREAM> is returned to the caller, and given to the remote command as "
+"I<stdin> and I<stdout>. If I<fd2p> is nonzero, then an auxiliary channel to "
+"a control process will be set up, and a file descriptor for it will be "
+"placed in I<*fd2p>. The control process will return diagnostic output from "
+"the command (unit 2) on this channel, and will also accept bytes on this "
+"channel as being UNIX signal numbers, to be forwarded to the process group "
+"of the command. If I<fd2p> is 0, then the I<stderr> (unit 2 of the remote "
+"command) will be made the same as the I<stdout> and no provision is made for "
+"sending arbitrary signals to the remote process, although you may be able to "
+"get its attention by using out-of-band data."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The protocol is described in detail in B<rshd>(8)."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "rresvport()"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<rresvport>() function is used to obtain a socket with a privileged "
+"port bound to it. This socket is suitable for use by B<rcmd>() and several "
+"other functions. Privileged ports are those in the range 0 to 1023. Only a "
+"privileged process (on Linux, a process that has the B<CAP_NET_BIND_SERVICE> "
+"capability in the user namespace governing its network namespace) is "
+"allowed to bind to a privileged port. In the glibc implementation, this "
+"function restricts its search to the ports from 512 to 1023. The I<port> "
+"argument is value-result: the value it supplies to the call is used as the "
+"starting point for a circular search of the port range; on (successful) "
+"return, it contains the port number that was bound to."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "iruserok() and ruserok()"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<iruserok>() and B<ruserok>() functions take a remote host's IP "
+"address or name, respectively, two usernames and a flag indicating whether "
+"the local user's name is that of the superuser. Then, if the user is I<not> "
+"the superuser, it checks the I</etc/hosts.equiv> file. If that lookup is "
+"not done, or is unsuccessful, the I<.rhosts> in the local user's home "
+"directory is checked to see if the request for service is allowed."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If this file does not exist, is not a regular file, is owned by anyone other "
+"than the user or the superuser, is writable by anyone other than the owner, "
+"or is hardlinked anywhere, the check automatically fails. Zero is returned "
+"if the machine name is listed in the I<hosts.equiv> file, or the host and "
+"remote username are found in the I<.rhosts> file; otherwise B<iruserok>() "
+"and B<ruserok>() return -1. If the local domain (as obtained from "
+"B<gethostname>(2)) is the same as the remote domain, only the machine name "
+"need be specified."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the IP address of the remote host is known, B<iruserok>() should be used "
+"in preference to B<ruserok>(), as it does not require trusting the DNS "
+"server for the remote host's domain."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "*_af() variants"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"All of the functions described above work with IPv4 (B<AF_INET>) sockets. "
+"The \"_af\" variants take an extra argument that allows the socket address "
+"family to be specified. For these functions, the I<af> argument can be "
+"specified as B<AF_INET> or B<AF_INET6>. In addition, B<rcmd_af>() supports "
+"the use of B<AF_UNSPEC>."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<rcmd>() function returns a valid socket descriptor on success. It "
+"returns -1 on error and prints a diagnostic message on the standard error."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<rresvport>() function returns a valid, bound socket descriptor on "
+"success. On failure, it returns -1 and sets I<errno> to indicate the "
+"error. The error code B<EAGAIN> is overloaded to mean: \"All network ports "
+"in use\"."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For information on the return from B<ruserok>() and B<iruserok>(), see "
+"above."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<rcmd>(),\n"
+"B<rcmd_af>()"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Unsafe"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<rresvport>(),\n"
+"B<rresvport_af>()"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<iruserok>(),\n"
+"B<ruserok>(),\n"
+"B<iruserok_af>(),\n"
+"B<ruserok_af>()"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe locale"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "BSD."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<iruserok_af>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rcmd_af>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rresvport_af>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ruserok_af>()"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "glibc 2.2."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Solaris, 4.2BSD. The \"_af\" variants are more recent additions, and are "
+"not present on as wide a range of systems."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr ""
+
+#. #-#-#-#-# archlinux: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. http://sources.redhat.com/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# fedora-40: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: rcmd.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. Bug filed 25 Nov 2007:
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<iruserok>() and B<iruserok_af>() are declared in glibc headers only "
+"since glibc 2.12."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<rlogin>(1), B<rsh>(1), B<rexec>(3), B<rexecd>(8), B<rlogind>(8), B<rshd>(8)"
+msgstr ""
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr ""
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "VERSIONS"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The functions B<iruserok_af>(), B<rcmd_af>(), B<rresvport_af>(), and "
+"B<ruserok_af>() functions are provided since glibc 2.2."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Not in POSIX.1. Present on the BSDs, Solaris, and many other systems. "
+"These functions appeared in 4.2BSD. The \"_af\" variants are more recent "
+"additions, and are not present on as wide a range of systems."
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr ""