From 0ef023ae5b65d456b59d5ca3f4114a83e693a719 Mon Sep 17 00:00:00 2001 From: joel Date: Sat, 7 Apr 2012 09:05:30 +0000 Subject: mdoc: fix column names, indentation, column separation within each row, and quotation. Also make sure we have the same amount of columns in each row as the number of columns we specify in the head arguments. Reviewed by: brueffer --- bin/sh/sh.1 | 2 +- bin/stty/stty.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index b3dc19c..92fa352 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -381,7 +381,7 @@ The following is a list of valid operators: .It Redirection operators: .Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact .It Li < Ta Li > Ta Li << Ta Li >> Ta Li <> -.It Li <& Ta Li >& Ta Li <<- Ta Li >| +.It Li <& Ta Li >& Ta Li <<- Ta Li >| Ta \& .El .El .Pp diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 11d64fe..db6ea04 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -384,7 +384,7 @@ is disabled (i.e., set to Recognized control-characters: .Bd -ragged -offset indent .Bl -column character Subscript -.It control- +.It control- Ta \& Ta \& .It character Ta Subscript Ta Description .It _________ Ta _________ Ta _______________ .It eof Ta Tn VEOF Ta EOF No character -- cgit v1.1