diff options
author | 2014-07-12 19:44:54 +0000 | |
---|---|---|
committer | 2014-07-12 19:44:54 +0000 | |
commit | 937dcddeb8385dbc2cf10541cbf9b1bee69aba96 (patch) | |
tree | 720b531697f765ca280568d20f4ab61d474b9865 | |
parent | so, pkg_check can now troll thru the whole file system. Either use (diff) | |
download | wireguard-openbsd-937dcddeb8385dbc2cf10541cbf9b1bee69aba96.tar.xz wireguard-openbsd-937dcddeb8385dbc2cf10541cbf9b1bee69aba96.zip |
@endfake died a while ago
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 67de1d40edb..ccbd035f3c8 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.96 2014/01/23 12:21:44 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.97 2014/07/12 19:44:54 espie 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: January 23 2014 $ +.Dd $Mdocdate: July 12 2014 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -367,12 +367,6 @@ If does not begin with an @, same as .Dl name/ .Pp -.It Cm @endfake -Mark end of packing-list for -.Xr pkg_add 1 -.Fl Q -option. -.Pp .It Cm @exec Ar command Execute .Ar command |