summaryrefslogtreecommitdiffstats
path: root/share/man/man1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document trusted_snapshotespie2021-03-311-2/+8
|
* Document the @version suffix that can be added when running 'portgen go'abieber2021-03-231-2/+11
| | | | Patch from Josh Rickmar. Ty jrick!
* document NEVER_CLEANespie2021-03-221-2/+6
|
* remove unneccessary Pp;jmc2021-03-011-3/+2
|
* document log entry W, reminded by naddy@espie2021-03-011-2/+8
|
* fix Nd and remove trailing whitespace;jmc2021-03-011-4/+4
|
* document pkg_check-versionespie2021-03-012-3/+58
|
* Fix typostobias2020-12-221-3/+3
| | | | ok jmc
* document -f option to force pkg_locatedb for all filesespie2020-11-081-3/+7
| | | | new behavior is to only check for conflicts on new files
* update retguard listderaadt2020-10-121-4/+5
|
* Mention that we support building a port from Go modules now.abieber2020-07-081-2/+4
| | | | Prompted by afresh1@
* document -s for now (this will be reorganized at some point)espie2020-06-101-2/+12
|
* document -nespie2020-06-091-2/+9
|
* make .Nd and DESCRIPTION more precise, and some minor macro fixes;schwarze2020-04-241-24/+31
| | | | feedback and OK espie@, and OK jmc@ on an earlier version
* tweak display in previous; ok espiejmc2020-04-221-6/+5
|
* explicitly tell people that clean-old-distfiles doesn't need full dpb buildsespie2020-04-201-2/+8
|
* document new additions to control socketespie2020-04-041-3/+13
| | | | | | | remove "new" in the description of addpath, since it lead to false assumptions note that stub hasn't been tested yet
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
| | | | | | | | | | | | | | | | | Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@
* Fix typo "off" -> "of"kmos2019-12-231-3/+3
| | | | | | From Lev Lazinskiy Thanks!
* Spell "mount point" as other man pages do, with a space.bentley2019-12-191-3/+3
| | | | ok jmc@
* remove reference to the defunct sqlports-compactpamela2019-11-171-4/+2
| | | | OK kn afresh1
* reflect realityespie2019-11-131-8/+5
|
* document new helperespie2019-11-122-2/+88
|
* make dpb able to heed PERMIT_PACKAGE as wellespie2019-11-071-2/+2
|
* zap CDROM_ONLYespie2019-11-071-4/+4
| | | | document built-packages.log
* Document retguard for octeon in clang-local.mortimer2019-10-271-3/+3
| | | | Prodded by Janne Johansson - thanks!
* reflect reality. PORTS_PRIVSEP for instance is not a directory valueespie2019-10-221-3/+3
|
* reverting for now; requested by deraadtdaniel2019-09-081-11/+2
|
* Only install the gcc-local(1) and clang-local(1) man pages if we also havedaniel2019-09-081-2/+11
| | | | | | the corresponding compiler on a given platform. ok deraadt@
* Fix a bunch of typos in various man pages.fcambus2019-08-081-3/+3
|
* document control name changesespie2019-07-011-5/+9
|
* document changesespie2019-07-011-7/+20
|
* The PyPI module for portgen is very useful now, so we should mention itkmos2019-06-241-2/+4
| | | | | | in the portgen(1) man page. ok afresh1@ phessler@
* Missing macro, reported by Fabio Scotoni <fabio at esse dot ch>.schwarze2019-06-081-4/+4
| | | | While here, also insert missing whitespace before punctuation.
* zap trailing whitespace;jmc2019-05-311-3/+3
|
* Fix a bunch of typos in various man pages.fcambus2019-05-292-6/+7
|
* It uses hw.ncpuonline since r1.170danj2019-05-191-3/+3
| | | | ok espie@
* unneeded escape, as noticed by jmc@ who can't commit right nowespie2019-05-181-2/+2
|
* document -c and -I. Use compact literal for the examples, so that theespie2019-05-181-2/+69
| | | | description is not too lax.
* new sentence, new line;jmc2019-05-151-5/+5
|
* document log reading errorsespie2019-05-121-1/+3
|
* document existing command status, and new command wipeespie2019-05-121-3/+12
| | | | for EXTERNAL CONTROL
* actual timeout is smaller.espie2019-05-091-3/+6
| | | | document LISTING_EXTRA
* be more thorough in describing what register-plist does.espie2019-05-091-2/+45
| | | | | also document -p, used by check-register ... and @version bumps.
* fix some cases of spaces before full stops, where none were neccessary;jmc2019-03-101-3/+3
|
* BUGS goes last;jmc2019-03-041-6/+6
|
* known fact, check-lib-depends does not understand subdirectoriesespie2019-03-041-2/+8
| | | | | | of LOCALBASE (yet) reminded by cwen@'s question
* Improve the X86FixupGadgets pass:mortimer2019-02-221-4/+6
| | | | | | | | | | - Target all four kinds of return bytes (c2, c3, ca, cb) - Fix up instructions using both ModR/M and SIB bytes - Force alignment before instructions with return bytes in immediates - Force alignment before instructions that have return bytes in their encoding - Add a command line switch to toggle the functionality. ok deraadt@
* mention -mretpoline by default on amd64jsg2018-12-311-2/+9
| | | | ok guenther@ deraadt@
* Reorderingdanj2018-12-071-50/+50
| | | | | | | | - Uppercase options come before lowercase ones - Sort alphabetically some parameters From Matthew Martin "if it's just reordering, you don't need my okay, go ahead" -- espie@