This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit da536bed9c7ccd17d9148570af4e77e95ec90537
Author: Zhe Weng <weng...@xiaomi.com>
AuthorDate: Fri Feb 23 10:56:49 2024 +0800

    Documentation: Move nat.rst and netdev.rst to net/
    
    Signed-off-by: Zhe Weng <weng...@xiaomi.com>
---
 Documentation/components/net/index.rst                    | 4 +++-
 Documentation/{reference/os => components/net}/nat.rst    | 0
 Documentation/{reference/os => components/net}/netdev.rst | 0
 Documentation/reference/os/index.rst                      | 2 --
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/components/net/index.rst 
b/Documentation/components/net/index.rst
index 7573e02b09..b60451e5db 100644
--- a/Documentation/components/net/index.rst
+++ b/Documentation/components/net/index.rst
@@ -7,6 +7,8 @@ Network Support
 
   sixlowpan.rst
   socketcan.rst
+  nat.rst
+  netdev.rst
   netguardsize.rst
   slip.rst
   wqueuedeadlocks.rst
@@ -33,7 +35,7 @@ Network Support
        +- nat        - Network Address Translation (NAT)
        +- neighbor   - Neighbor Discovery Protocol (IPv6)
        +- netdev     - Socket network device interface
-       +- netfiletr  - Iptables Interface
+       +- netfilter  - Iptables Interface
        +- netlink    - Netlink IPC socket interface
        +- pkt        - "Raw" packet socket support
        +- procfs     - net devices PROCFS support
diff --git a/Documentation/reference/os/nat.rst 
b/Documentation/components/net/nat.rst
similarity index 100%
rename from Documentation/reference/os/nat.rst
rename to Documentation/components/net/nat.rst
diff --git a/Documentation/reference/os/netdev.rst 
b/Documentation/components/net/netdev.rst
similarity index 100%
rename from Documentation/reference/os/netdev.rst
rename to Documentation/components/net/netdev.rst
diff --git a/Documentation/reference/os/index.rst 
b/Documentation/reference/os/index.rst
index dc9ff91063..6e6d9ac7ea 100644
--- a/Documentation/reference/os/index.rst
+++ b/Documentation/reference/os/index.rst
@@ -17,7 +17,6 @@ in other header files.
   iob.rst
   led.rst
   mutex.rst
-  nat.rst
   newreno.rst
   notifier.rst
   nuttx.rst
@@ -26,4 +25,3 @@ in other header files.
   smp.rst
   time_clock.rst
   wqueue.rst
-  netdev.rst

Reply via email to