diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /templates/man9/proc_net_register.9.pot | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man9/proc_net_register.9.pot')
-rw-r--r-- | templates/man9/proc_net_register.9.pot | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/templates/man9/proc_net_register.9.pot b/templates/man9/proc_net_register.9.pot new file mode 100644 index 00000000..dce9582b --- /dev/null +++ b/templates/man9/proc_net_register.9.pot @@ -0,0 +1,123 @@ +# 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-23 07:49+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 +#: mageia-cauldron +#, no-wrap +msgid "proc_net_register" +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "July 1997" +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "Linux 2.0.30" +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "/proc Functions" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"proc_net_register, proc_net_unregister - register network entries in the /" +"proc filesystem" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "B<#include E<lt>linux/proc_fs.hE<gt>>" +msgstr "" + +#. type: TP +#: mageia-cauldron +#, no-wrap +msgid "B<int\\ proc_net_register(\\%struct\\ proc_dir_entry\\ *\\ >I<child>B<);>" +msgstr "" + +#. type: TP +#: mageia-cauldron +#, no-wrap +msgid "B<int\\ proc_net_unregister(\\%int\\ >I<inode>B<);>" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "" +"These are wrapper functions around B<proc_register> and B<proc_unregister>. " +"They always use a parent of proc_net." +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "RETURN VALUE" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "As for B<proc_register> and B<proc_unregister>." +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "B<proc_register>(9), B<proc_unregister>(9)" +msgstr "" + +#. type: SH +#: mageia-cauldron +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: mageia-cauldron +msgid "Keith Owens E<lt>kaos@ocs.com.auE<gt>" +msgstr "" |