summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-23 21:02:19 +0000
committerJames Youngman <jay@gnu.org>2015-12-23 21:02:19 +0000
commit2135babdeea446f83ae5b9f89174779a061bc617 (patch)
tree6f4386a39f7570d062cd613a096c9636b8f58879
parent9f640e8034bd729a2e623f12f693b5e6c997f3c0 (diff)
downloadfindutils-2135babdeea446f83ae5b9f89174779a061bc617.tar.gz
Fix menu item ordering in chapter "Coding Conventions".
* doc/find-maint.texi (Coding Conventions): Re-order menu items to match the section ordering.
-rw-r--r--doc/find-maint.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/find-maint.texi b/doc/find-maint.texi
index 23958d60..c32bbfb6 100644
--- a/doc/find-maint.texi
+++ b/doc/find-maint.texi
@@ -235,9 +235,9 @@ circumstances.
@menu
* Make the Compiler Find the Bugs::
* Factor Out Repeated Code::
-* The File System Is Being Modified::
-* Don't Trust the File System Contents::
* Debugging is For Users Too::
+* Don't Trust the File System Contents::
+* The File System Is Being Modified::
@end menu
@node Make the Compiler Find the Bugs