Skip to content

Commit

Permalink
sh: mdoc nits.
Browse files Browse the repository at this point in the history
Obtained-from:: FreeBSD 233992 235400
  • Loading branch information
Peter Avalos committed Jul 15, 2012
1 parent d4cbcea commit d9b5336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/sh/sh.1
Expand Up @@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD: src/bin/sh/sh.1,v 1.175 2011/11/05 21:56:45 jilles Exp $
.\" $FreeBSD: src/bin/sh/sh.1,v 1.179 2012/05/13 14:16:04 joel Exp $
.\"
.Dd December 25, 2011
.Dt SH 1
Expand Down Expand Up @@ -386,13 +386,13 @@ The following is a list of valid operators:
.Bl -tag -width indent
.It Control operators:
.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
.It Li & Ta Li && Ta Li ( Ta Li ) Ta Li \en
.It Li ;; Ta Li ;& Ta Li ; Ta Li | Ta Li ||
.It Li & Ta Li && Ta Li \&( Ta Li \&) Ta Li \en
.It Li ;; Ta Li ;& Ta Li \&; Ta Li \&| Ta Li ||
.El
.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
Expand Down

0 comments on commit d9b5336

Please sign in to comment.