diff options
author | 2005-09-19 09:58:33 +0000 | |
---|---|---|
committer | 2005-09-19 09:58:33 +0000 | |
commit | a1b1aa77adec0239b3a8508ee9031527fee9c9e9 (patch) | |
tree | 34d6d290bb25bd5c3741b766c865082b39536e31 | |
parent | let pkg_info -e see @pkgpath annotations. (diff) | |
download | wireguard-openbsd-a1b1aa77adec0239b3a8508ee9031527fee9c9e9.tar.xz wireguard-openbsd-a1b1aa77adec0239b3a8508ee9031527fee9c9e9.zip |
OpenBSD::PackingList is in section 3p.
ok espie@
-rw-r--r-- | usr.sbin/pkg_add/package.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/package.5 b/usr.sbin/pkg_add/package.5 index 525380a961c..ff056904fe5 100644 --- a/usr.sbin/pkg_add/package.5 +++ b/usr.sbin/pkg_add/package.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: package.5,v 1.1 2005/09/18 00:54:29 espie Exp $ +.\" $OpenBSD: package.5,v 1.2 2005/09/19 09:58:33 bernd Exp $ .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -60,7 +60,7 @@ In order to allow just-in-time extraction, packages always begin with a table of contents, named .Pa +CONTENTS . This table of contents can be read using the API described in -.Xr OpenBSD::PackingList 7 . +.Xr OpenBSD::PackingList 3p . .Pp All the remaining information in the archive should be referenced in the packing-list, including all relevant information: symlinks destinations, |