diff options
-rw-r--r-- | usr.bin/fmt/fmt.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 408d5c8e519..b2e023acf99 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmt.1,v 1.28 2015/12/15 16:26:17 schwarze Exp $ +.\" $OpenBSD: fmt.1,v 1.29 2015/12/15 17:48:16 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -148,7 +148,7 @@ It is used to decide which byte sequences form characters and what their display width is. If it is unset or set to .Qq C , -.Qq POSIX, +.Qq POSIX , or an unsupported value, each byte except the tab is assumed to represent a character of display width 1. .El |