summaryrefslogtreecommitdiff
path: root/lib/netdev.h
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:26 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 08:57:06 -0800
commit7c9afefd0ac4a6923c6b0c9480429b68dfb75c1a (patch)
treeff177233a6d33abab388b89ac658da288fd9ae0b /lib/netdev.h
parent43f317fff1b709343559eb626720af048f2da410 (diff)
downloadopenvswitch-7c9afefd0ac4a6923c6b0c9480429b68dfb75c1a.tar.gz
doc: Populate 'topics' section
There are many docs that don't need to kept at the top level, along with many more hidden in random folders. Move them all. This also allows us to add the '-W' flag to Sphinx, ensuring unindexed docs result in build failures. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/netdev.h')
-rw-r--r--lib/netdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev.h b/lib/netdev.h
index bad28c4c1..a667fe35f 100644
--- a/lib/netdev.h
+++ b/lib/netdev.h
@@ -30,7 +30,7 @@ extern "C" {
*
* Every port on a switch must have a corresponding netdev that must minimally
* support a few operations, such as the ability to read the netdev's MTU.
- * The PORTING file at the top of the source tree has more information in the
+ * The Porting section of the documentation has more information in the
* "Writing a netdev Provider" section.
*
* Thread-safety