diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2020-06-22 13:21:30 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2020-06-22 13:21:30 +0000 |
commit | 6294d2eb2f99890c7ce8a567be392113ded91f55 (patch) | |
tree | 7b64f0a2a86c33c00bfb4d6b0019f12bdec35a4e /usr.sbin | |
parent | 664139ccf04309320d10ecc074fd109a998bea43 (diff) |
add missing .Pp
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 173a8aa5834..cc3266293cd 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.118 2020/04/23 21:28:10 jmc Exp $ +.\" $OpenBSD: pkg_create.1,v 1.119 2020/06/22 13:21:29 landry Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: April 23 2020 $ +.Dd $Mdocdate: June 22 2020 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -823,6 +823,7 @@ shared object. Describe the file as a .Ox static library. +.Pp .It Cm @unexec Ar command Execute .Ar command |