diff options
author | 2017-12-12 11:11:18 +0000 | |
---|---|---|
committer | 2017-12-12 11:11:18 +0000 | |
commit | cc6f18fcaa9c3cb406705931e31afd49ba0170a6 (patch) | |
tree | bc377779dfb362c8014a869dfd3dfe148577bf82 /lib/libc | |
parent | Fix typo. Unbreaks building a kernel on arm64/clang. (diff) | |
download | wireguard-openbsd-cc6f18fcaa9c3cb406705931e31afd49ba0170a6.tar.xz wireguard-openbsd-cc6f18fcaa9c3cb406705931e31afd49ba0170a6.zip |
space required between macro arg and punctuation;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index ed80121e5fd..4e939c9d17d 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.47 2017/12/12 01:12:34 deraadt Exp $ +.\" $OpenBSD: pledge.2,v 1.48 2017/12/12 11:11:18 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -146,7 +146,7 @@ system sensor readings. Can only reduce permissions for .Ar promises and -.Ar execpromises. +.Ar execpromises . .El .Pp The |