aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commit557b7fa1488f8937156051e061ac3512330bcb7e (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/printf/printf.1
parentbac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff)
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r--usr.bin/printf/printf.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 3dfb0f2cc073..86b08b382e83 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