diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-12 11:11:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-12 11:11:19 +0000 |
commit | a9a3c5f1e5887d296e8c6e843b8fdc917a379918 (patch) | |
tree | 8752fe9bc2138e1773c6f4bec194019b97999302 /lib/libc | |
parent | b4e2f17615fdf48e7940783bfa3a6b2006c0fe4f (diff) |
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 |