From: schwarze Date: Sat, 10 Jun 2017 15:39:43 +0000 (+0000) Subject: missing blank before full stop, found with mandoc -Tlint X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=379127d9aa9da289630f11ba2d12e366dc6ceac6;p=openbsd missing blank before full stop, found with mandoc -Tlint --- diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 1e8d9811bf6..d2e6dcc169f 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.77 2016/10/07 16:10:45 tedu Exp $ +.\" $OpenBSD: csh.1,v 1.78 2017/06/10 15:39:43 schwarze Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: October 7 2016 $ +.Dd $Mdocdate: June 10 2017 $ .Dt CSH 1 .Os .Sh NAME @@ -189,7 +189,7 @@ there. .Pp In the normal case, the shell will begin reading commands from the terminal, prompting with -.Sq %\ . +.Sq "% " . Processing of arguments and the use of the shell to process files containing command scripts will be described later. .Pp @@ -798,11 +798,11 @@ and .Ql } if necessary to insulate it from the characters that follow. Thus, after -.Ic ls -ld ~paul +.Ic ls \-ld ~paul we might do .Ic !{l}a to do -.Ic ls -ld ~paula , +.Ic ls \-ld ~paula , while .Ic !la would look for a command starting with @@ -1821,18 +1821,18 @@ then the job or process will be sent a .Pp .It Ic limit .It Ic limit Ar resource -.It Ic limit Ar resource maximum-use +.It Ic limit Ar resource maximum\-use .It Ic limit Fl h .It Ic limit Fl h Ar resource -.It Ic limit Fl h Ar resource maximum-use +.It Ic limit Fl h Ar resource maximum\-use Limits the consumption by the current process and each process it creates to not individually exceed -.Ar maximum-use +.Ar maximum\-use on the specified .Ar resource . If no -.Ar maximum-use +.Ar maximum\-use is given, then the current limit is printed; if no .Ar resource @@ -1877,7 +1877,7 @@ the maximum size (in bytes) to which a process's total size may grow. .El .Pp The -.Ar maximum-use +.Ar maximum\-use may be given as a (floating point or integer) number followed by a scale factor. For all limits other than @@ -2668,7 +2668,7 @@ shell's parent. Interrupts are not allowed when a login shell is reading the file .Pa .logout . .Sh LIMITATIONS -Word lengths \- +Word lengths: Words can be no longer than 1024 characters. The number of arguments to a command that involves filename expansion is limited to 1/6th the number of characters allowed in an argument list.