diff options
author | 2020-02-20 16:44:01 +0000 | |
---|---|---|
committer | 2020-02-20 16:44:01 +0000 | |
commit | ba8d8ac8686e14c7b032ce0b3ba33e5dfb90ef99 (patch) | |
tree | 24c3a80f12cbed0eebd5699d61db189de479a88e | |
parent | forgot to actually put "nodebug" in state (diff) | |
download | wireguard-openbsd-ba8d8ac8686e14c7b032ce0b3ba33e5dfb90ef99.tar.xz wireguard-openbsd-ba8d8ac8686e14c7b032ce0b3ba33e5dfb90ef99.zip |
document no debug
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 1d1dc7f8002..f2431a20c26 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.116 2019/11/12 16:37:48 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.117 2020/02/20 16:44:01 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: November 12 2019 $ +.Dd $Mdocdate: February 20 2020 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -353,6 +353,15 @@ will be recorded in the package, it can be altered after installation, and .Xr pkg_delete 1 will still delete it. .Pp +The special comment +.Cm @comment no debug +can be used to tag the next file as special: even though it might be a +binary, it has no debug info +.Po +see +.Xr build-debug-info 1 +.Pc . +.Pp .It Cm @conflict Ar pkgspec Declare a conflict with packages matching .Ar pkgspec |