On Tue, Dec 06, 2016 at 07:46:31PM +0100, Adam Wolk wrote: > Hi tech@ > > _gypcio on IRC reported that pkg_sign uses a -s signify flag that was renamed > in > -current to signify2. The entry in the FAQ showing that example also linked > to a > pkg_sign man page from -current which lead to the confusion. > > Here is a diff generated with: > perl -pi.bak -e > 's|man.openbsd.org/(?!OpenBSD-6.0)|man.openbsd.org/OpenBSD-6.0/|g' faq*.html > > that turns all links in faq*.html from untagged links resolving to -current to > explicit OpenBSD-6.0. I did not alter the ports & pf faq's, current & upgrade > guides. The regex skipps links already tagged with OpenBSD-6.0 but don't run > it > blindly as it doens't protect from explicitly tagged 3.5, 3.6 etc (I did not > hit > any in the faq*.html files). > > Diff follows. On a side note it would be nice to have a OpenBSD-release > shorthand on man.openbsd.org pointing to the latest release. That would help > avoid a similar diff churn after 6.1 gets released. > > Feedback? OK's?
A smaller diff was committed for the specific reported problem. Pinging so people don't spend time going over a huge diff. the commit: https://marc.info/?l=openbsd-cvs&m=148105690111936&w=2 Regards Adam