diff options
author | 2015-12-15 17:48:16 +0000 | |
---|---|---|
committer | 2015-12-15 17:48:16 +0000 | |
commit | 0fc78d4aec1dd1a2435fc08035a9f867e46210c0 (patch) | |
tree | b4b8496392c92332934696039d8167a633281a51 | |
parent | pledge(2) style: (diff) | |
download | wireguard-openbsd-0fc78d4aec1dd1a2435fc08035a9f867e46210c0.tar.xz wireguard-openbsd-0fc78d4aec1dd1a2435fc08035a9f867e46210c0.zip |
missing space in previous;
-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 |