diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-23 14:47:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-23 14:47:38 +0000 |
commit | eadccd6dd1aec982e02a62174b3d4d89c6c3bc43 (patch) | |
tree | a2d5b8288d7014067f40b5de6ac38f3399a6cea4 /usr.sbin/pkg_add/pkg_create.1 | |
parent | 160edcaa3caa698b70f8ff6ea1914acc6065871d (diff) |
groff cannot deal with ".Li" before other macros that change font - just
remove it;
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 4 |
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 |