summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-04-23 14:47:37 +0000
committerjmc <jmc@openbsd.org>2007-04-23 14:47:37 +0000
commit82d81804eb5d8ed6f11a075fbd844d2174d136de (patch)
tree516d8571f7d7544d5ce1763cf93b2def42b46331
parentdriver was renamed to xlights, not blights; (diff)
downloadwireguard-openbsd-82d81804eb5d8ed6f11a075fbd844d2174d136de.tar.xz
wireguard-openbsd-82d81804eb5d8ed6f11a075fbd844d2174d136de.zip
groff cannot deal with ".Li" before other macros that change font - just
remove it;
-rw-r--r--usr.sbin/pkg_add/pkg_create.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 61122d2b67f..1c5d306e7f2 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.33 2007/04/23 11:13:07 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.34 2007/04/23 14:47:37 jmc Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -252,7 +252,7 @@ Can also be used to comment out elements that update-plist
will insist in inserting in a packing-list.
.Pp
The special comment
-.Li Cm @comment Ar "no checksum"
+.Cm @comment Ar "no checksum"
can be used to tag the next file as special: even though its characteristics
will be recorded in the package, it can be altered after installation, and
.Xr pkg_delete 1