From d003c4a86073674fbc43d487d63a00933cc8523f Mon Sep 17 00:00:00 2001 From: sheldonh Date: Tue, 14 Sep 1999 11:46:04 +0000 Subject: Correct some hard sentence breaks. Only those surrounding the previous commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde --- bin/csh/csh.1 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'bin/csh') diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 9ec757d..14c94c9 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -55,8 +55,9 @@ job control facilities (see interactive file name and user name completion (see .Sx File Name Completion ) , -and a C-like syntax. It is used both as an interactive -login shell and a shell script command processor. +and a C-like syntax. +It is used both as an interactive login shell and +a shell script command processor. .Ss Argument list processing If the first argument (argument 0) to the shell is .Ql Fl \& , @@ -236,8 +237,9 @@ may be a component of a pipeline, etc.). It is also possible to separate pipelines with `\&|\&|' or `&&' showing, as in the C language, that the second is to be executed only if the first fails or succeeds -respectively. (See -.Em Expressions . ) +respectively. +See +.Sx Expressions . .Ss Jobs The shell associates a .Ar job @@ -317,7 +319,8 @@ The job control mechanism requires that the .Xr stty 1 option .Ic new -be set. It is an artifact from a +be set. +It is an artifact from a .Em new implementation of the @@ -568,8 +571,8 @@ Repeat the previous substitution. Apply the change once on each word, prefixing the above, e.g., `g&'. .It a Apply the change as many times as possible on a single word, prefixing -the above. It can be used together with `g' to apply a substitution -globally. +the above. +It can be used together with `g' to apply a substitution globally. .It p Print the new command line but do not execute it. .It q -- cgit v1.1