aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fold
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/fold
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
Notes
Diffstat (limited to 'usr.bin/fold')
-rw-r--r--usr.bin/fold/fold.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1
index a37121d6c8a7..31c92bbbad45 100644
--- a/usr.bin/fold/fold.1
+++ b/usr.bin/fold/fold.1
@@ -39,7 +39,7 @@
.Nm fold
.Nd "fold long lines for finite width output device"
.Sh SYNOPSIS
-.Nm fold
+.Nm
.Op Fl w Ar width
.Ar
.Sh DESCRIPTION
@@ -57,7 +57,7 @@ should be a multiple of 8 if tabs are present, or the tabs should
be expanded using
.Xr expand 1
before using
-.Nm fold .
+.Nm .
.El
.Sh SEE ALSO
.Xr expand 1