summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-29 20:35:32 +0000
committerjmc <jmc@openbsd.org>2006-11-29 20:35:32 +0000
commit2f160fa79a3f69fdb5d466c0650a437e95e7f631 (patch)
tree3539609de409d685c2f20cd069566eb3d4ae22c4
parentvarious improvements; (diff)
downloadwireguard-openbsd-2f160fa79a3f69fdb5d466c0650a437e95e7f631.tar.xz
wireguard-openbsd-2f160fa79a3f69fdb5d466c0650a437e95e7f631.zip
- clean up the !}fmt section
- better Xr
-rw-r--r--usr.bin/fmt/fmt.120
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1
index ad720445d89..c309f12c07b 100644
--- a/usr.bin/fmt/fmt.1
+++ b/usr.bin/fmt/fmt.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fmt.1,v 1.19 2006/11/29 20:18:50 jmc Exp $
+.\" $OpenBSD: fmt.1,v 1.20 2006/11/29 20:35:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -140,20 +140,18 @@ The default is 8.
is meant to format mail messages prior to sending, but may also be useful
for other simple tasks.
For instance,
-within visual mode of the
-.Xr ex 1
-editor (e.g.,
-.Xr vi 1 )
-the command
-.Pp
-.Dl \&!}fmt
-.Pp
+within an editor such as
+.Xr vi 1 ,
+the following command
will reformat a paragraph,
-evening the lines.
+evening the lines:
+.Pp
+.Dl !}fmt
.Sh SEE ALSO
+.Xr indent 1 ,
.Xr mail 1 ,
.Xr nroff 1 ,
-.Xr troff 1
+.Xr vi 1
.Sh HISTORY
The
.Nm