summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-12-15 17:48:16 +0000
committerjmc <jmc@openbsd.org>2015-12-15 17:48:16 +0000
commit0fc78d4aec1dd1a2435fc08035a9f867e46210c0 (patch)
treeb4b8496392c92332934696039d8167a633281a51
parentpledge(2) style: (diff)
downloadwireguard-openbsd-0fc78d4aec1dd1a2435fc08035a9f867e46210c0.tar.xz
wireguard-openbsd-0fc78d4aec1dd1a2435fc08035a9f867e46210c0.zip
missing space in previous;
-rw-r--r--usr.bin/fmt/fmt.14
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