diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 20:35:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-29 20:35:33 +0000 |
commit | 2f7e792c81f62a7f644ef21ae3da628189ea40b8 (patch) | |
tree | 88488aea9c9611d90b0685032e72ae26689c5dfb /usr.bin/fmt/fmt.1 | |
parent | 08149e01db640be78959339edf60ce432f78243d (diff) |
- clean up the !}fmt section
- better Xr
Diffstat (limited to 'usr.bin/fmt/fmt.1')
-rw-r--r-- | usr.bin/fmt/fmt.1 | 20 |
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 |