summaryrefslogtreecommitdiff
path: root/share/man/man1
AgeCommit message (Collapse)Author
2020-12-22Fix typosTobias Stoeckmann
ok jmc
2020-11-08document -f option to force pkg_locatedb for all filesMarc Espie
new behavior is to only check for conflicts on new files
2020-10-12update retguard listTheo de Raadt
2020-07-08Mention that we support building a port from Go modules now.Aaron Bieber
Prompted by afresh1@
2020-06-10document -s for now (this will be reorganized at some point)Marc Espie
2020-06-09document -nMarc Espie
2020-04-24make .Nd and DESCRIPTION more precise, and some minor macro fixes;Ingo Schwarze
feedback and OK espie@, and OK jmc@ on an earlier version
2020-04-22tweak display in previous; ok espieJason McIntyre
2020-04-20explicitly tell people that clean-old-distfiles doesn't need full dpb buildsMarc Espie
2020-04-04document new additions to control socketMarc Espie
remove "new" in the description of addpath, since it lead to false assumptions note that stub hasn't been tested yet
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
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@
2019-12-23Fix typo "off" -> "of"kmos
From Lev Lazinskiy Thanks!
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
ok jmc@
2019-11-17remove reference to the defunct sqlports-compactpamela
OK kn afresh1
2019-11-13reflect realityMarc Espie
2019-11-12document new helperMarc Espie
2019-11-07make dpb able to heed PERMIT_PACKAGE as wellMarc Espie
2019-11-07zap CDROM_ONLYMarc Espie
document built-packages.log
2019-10-27Document retguard for octeon in clang-local.mortimer
Prodded by Janne Johansson - thanks!
2019-10-22reflect reality. PORTS_PRIVSEP for instance is not a directory valueMarc Espie
2019-09-08reverting for now; requested by deraadtDaniel Dickman
2019-09-08Only install the gcc-local(1) and clang-local(1) man pages if we also haveDaniel Dickman
the corresponding compiler on a given platform. ok deraadt@
2019-08-08Fix a bunch of typos in various man pages.Frederic Cambus
2019-07-01document control name changesMarc Espie
2019-07-01document changesMarc Espie
2019-06-24The PyPI module for portgen is very useful now, so we should mention itkmos
in the portgen(1) man page. ok afresh1@ phessler@
2019-06-08Missing macro, reported by Fabio Scotoni <fabio at esse dot ch>.Ingo Schwarze
While here, also insert missing whitespace before punctuation.
2019-05-31zap trailing whitespace;Jason McIntyre
2019-05-29Fix a bunch of typos in various man pages.Frederic Cambus
2019-05-19It uses hw.ncpuonline since r1.170Daniel Jakots
ok espie@
2019-05-18unneeded escape, as noticed by jmc@ who can't commit right nowMarc Espie
2019-05-18document -c and -I. Use compact literal for the examples, so that theMarc Espie
description is not too lax.
2019-05-15new sentence, new line;Jason McIntyre
2019-05-12document log reading errorsMarc Espie
2019-05-12document existing command status, and new command wipeMarc Espie
for EXTERNAL CONTROL
2019-05-09actual timeout is smaller.Marc Espie
document LISTING_EXTRA
2019-05-09be more thorough in describing what register-plist does.Marc Espie
also document -p, used by check-register ... and @version bumps.
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-03-04BUGS goes last;Jason McIntyre
2019-03-04known fact, check-lib-depends does not understand subdirectoriesMarc Espie
of LOCALBASE (yet) reminded by cwen@'s question
2019-02-22Improve the X86FixupGadgets pass:mortimer
- 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@
2018-12-31mention -mretpoline by default on amd64Jonathan Gray
ok guenther@ deraadt@
2018-12-07ReorderingDaniel Jakots
- 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@
2018-11-30Remove erroneous quote added in previousDaniel Jakots
Spotted by jmc, thanks!
2018-11-30/usr/local/ -> ${LOCALBASE}Daniel Jakots
ok espie@
2018-11-30Update after INDEX changeDaniel Jakots
ok espie@
2018-11-29Mention dependency on portslist package for outdated-perl-ports(1).Alexander Bluhm
requested by espie@
2018-11-25document knobMarc Espie
2018-11-02help landryMarc Espie
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
more uniform; potential for confusion noticed by aalm@; OK jmc@.