diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
commit | ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0 (patch) | |
tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/printf/printf.1 | |
parent | d9e4eb9285216e2e83144e97e45c2bf123d17c9f (diff) | |
download | FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.zip FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.tar.gz |
Deal with double whitespace.
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 3dfb0f2..86b08b3 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -43,20 +43,20 @@ .Nd formatted output .Sh SYNOPSIS .Nm -.Ar format Op Ar arguments ... +.Ar format Op Ar arguments ... .Sh DESCRIPTION The .Nm utility formats and prints its arguments, after the first, under control of the -.Ar format . +.Ar format . The .Ar format is a character string which contains three types of objects: plain characters, which are simply copied to standard output, character escape sequences which are converted and copied to the standard output, and format specifications, each of which causes printing of the next successive -.Ar argument . +.Ar argument . .Pp The .Ar arguments @@ -77,7 +77,7 @@ code of the next character. .El .Pp The format string is reused as often as necessary to satisfy the -.Ar arguments . +.Ar arguments . Any extra format specifications are evaluated with zero or the null string. .Pp |