diff options
author | nectar <nectar@FreeBSD.org> | 1998-07-27 21:31:19 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-07-27 21:31:19 +0000 |
commit | 80ac8b0511b3704c9768a5a5ea07005ce296c9ef (patch) | |
tree | f85a4045576f65e15ce339fd3ddba88a8d77414e /bin | |
parent | 2d26d6b5aa7a7643f3602d894080284d91385565 (diff) | |
download | FreeBSD-src-80ac8b0511b3704c9768a5a5ea07005ce296c9ef.zip FreeBSD-src-80ac8b0511b3704c9768a5a5ea07005ce296c9ef.tar.gz |
Document the printf built-in.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index cb2711a..904aadd 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 -.\" $Id: csh.1,v 1.9 1998/03/19 07:26:30 charnier Exp $ +.\" $Id: csh.1,v 1.10 1998/05/06 06:50:38 charnier Exp $ .\" .Dd January 21, 1994 .Dt CSH 1 @@ -1486,6 +1486,17 @@ discards the entry in the stack. The members of the directory stack are numbered from the top starting at 0. .Pp +.It Ic printf Ar format-string values +Invokes a built-in version of +.Ic printf +after evaluating the +.Ar format-string +and +.Ar values . +See the +.Xr printf 1 +manpage for details. +.Pp .It Ic pushd .It Ic pushd Ar name .It Ic pushd Ar n @@ -2123,6 +2134,7 @@ To detect looping, the shell restricts the number of .Ic alias substitutions on a single line to 20. .Sh SEE ALSO +.Xr printf 1 , .Xr sh 1 , .Xr su 1 , .Xr access 2 , |