diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:00:16 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:00:16 +0000 |
commit | 6788c4c40e91b82f0ee156428c9e537193b67fa7 (patch) | |
tree | eb036694541b6b65c9f9ae74b2503885456e80b7 /bin/csh/csh.1 | |
parent | 138760cea6dfae9292858f5f76e471374533727e (diff) |
o) start new sentence on a new line;
o) don't use .Pp before/after .Ss;
o) wrap long lines;
o) fix bogus .Xr usage;
millert@ ok;
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index f24186759e1..d20d7aea662 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.41 2001/08/02 20:37:35 hugh Exp $ +.\" $OpenBSD: csh.1,v 1.42 2001/11/13 14:00:15 mpech Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -290,7 +290,8 @@ or showing, as in the C language, that the second is to be executed only if the first fails or succeeds, -respectively. (See +respectively. +(See .Em Expressions . ) .Ss Jobs The shell associates a @@ -810,7 +811,6 @@ while .Ic !la would look for a command starting with .Dq la . -.Pp .Ss Quotations with \' and \&" The quotation of strings by .Ql ' |