From f053ff1e3a30c7ceb10e7e4fb977810f16344453 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 11:59:27 +0100 Subject: Place SEE ALSO entries in order This patch does only the following: * Order SEE ALSO entries first by section name, then alphabetically within section * Adds one or two missing commas in SEE ALSO lists * Removes one or two periods that were (inconsistently) used at the end of SEE ALSO lists. Signed-off-by: Michael Kerrisk --- sys-utils/fstab.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-utils/fstab.5') diff --git a/sys-utils/fstab.5 b/sys-utils/fstab.5 index bd9ce2e71..ab32383be 100644 --- a/sys-utils/fstab.5 +++ b/sys-utils/fstab.5 @@ -231,11 +231,11 @@ libmount based mount utility (since util-linux v2.22). .IR /etc/fstab , .I .SH "SEE ALSO" +.BR getmntent (3), +.BR fs (5), .BR findmnt (8), .BR mount (8), -.BR swapon (8), -.BR fs (5), -.BR getmntent (3) +.BR swapon (8) .SH HISTORY The ancestor of this .B fstab -- cgit v1.2.3-55-g7522