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 --- text-utils/colcrt.1 | 4 ++-- text-utils/more.1 | 4 ++-- text-utils/tailf.1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'text-utils') diff --git a/text-utils/colcrt.1 b/text-utils/colcrt.1 index 88a124a93..3aadd1a08 100644 --- a/text-utils/colcrt.1 +++ b/text-utils/colcrt.1 @@ -75,10 +75,10 @@ would be: .B tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more .RE .SH SEE ALSO -.BR nroff (1), -.BR troff (1), .BR col (1), .BR more (1), +.BR nroff (1), +.BR troff (1), .BR ul (1) .SH BUGS Should fold underlines onto blanks even with the diff --git a/text-utils/more.1 b/text-utils/more.1 index af1fdd40f..e9b434a41 100644 --- a/text-utils/more.1 +++ b/text-utils/more.1 @@ -217,8 +217,8 @@ The editor of choice when .B VISUAL is not specified. .SH SEE ALSO -.BR vi (1), -.BR less (1) +.BR less (1), +.BR vi (1) .SH AUTHORS Eric Shienbrood, UC Berkeley .br diff --git a/text-utils/tailf.1 b/text-utils/tailf.1 index 31bc177fd..83de40b4d 100644 --- a/text-utils/tailf.1 +++ b/text-utils/tailf.1 @@ -66,8 +66,8 @@ NO WARRANTY for this program. The latest inotify-based implementation was written by Karel Zak (kzak@redhat.com). .SH "SEE ALSO" -.BR tail (1), -.BR less (1) +.BR less (1), +.BR tail (1) .SH AVAILABILITY The tailf command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. -- cgit v1.2.3-55-g7522