aboutsummaryrefslogtreecommitdiff
path: root/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* tmac/tmac.an: define .MR in a groff compatible wayDmitri Vereshchagin2025-07-27127-769/+769
| | | | | | | | | | | | | | | | groff 1.23.0 added .MR to its -man macro package. The NEWS file states that the inclusion of the macro "was prompted by its introduction to Plan 9 from User Space's troff in August 2020." From d32deab it seems that the name for Plan 9 from User Space's implementation was suggested by groff maintainer G. Brandon Robinson. Not sure if the intention was to make these definitions compatible, but it would be nice if they were. Currently, Plan 9 from User Space's .MR expects its second argument to be parenthesized. groff's .MR does not. This results in extra parentheses appearing in manual references when viewing Plan 9 from User Space's manual pages on a system using groff.
* man: update indexesRuss Cox2024-06-151-1/+1
|
* man/man3/stat.3: Update man page to match include/libc.h. Resolves Issue #530Ben Huntsman2022-05-111-2/+2
|
* lib9p: Remove postmountsrv (#505)Ben Huntsman2021-08-302-12/+3
|
* libthread: make pthreadperthread the defaultRuss Cox2020-12-301-20/+14
|
* libthread: add threadmaybackgroundRuss Cox2020-12-301-12/+22
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* tmac: rename IM (italic manual) to MR (manual reference)Russ Cox2020-08-15127-769/+769
| | | | Suggested by G. Brandon Robinson.
* tmac: introduce real manual reference macro instead of overloading IRRuss Cox2020-08-13127-820/+823
| | | | | | | | | | | The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
* libdraw: handle larger number of subfontsRuss Cox2020-05-291-1/+1
|
* mouse(3): fix definition of MousectlRuss Cox2020-01-131-4/+6
|
* libthread: run first thread in proc on system stackRuss Cox2020-01-121-0/+8
| | | | | | | For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks.
* man/memdraw.3: fix typoNoah Evans2019-04-051-1/+1
|
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-162-12/+2
| | | | | | | | | | | | | | | | If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont.
* all: remove .cvsignore filesKare Nuorteva2017-09-141-1/+0
| | | | | | | | | | Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
* man: various cleanupRuss Cox2017-07-166-24/+9
| | | | | | Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
* man: document font syntaxesRuss Cox2015-02-171-22/+9
| | | | | | Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
* libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox2015-02-171-0/+15
| | | | | | Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com>
* libdraw: add scalesizeRuss Cox2012-11-251-0/+16
| | | | | R=rsc http://codereview.appspot.com/6855092
* libthread: add threadspawndRuss Cox2012-10-221-0/+11
| | | | | R=rsc http://codereview.appspot.com/6742064
* dial(3): update dialparseDavid du Colombier2012-08-031-4/+4
| | | | | R=rsc http://codereview.appspot.com/6455083
* get9root(3): fix pathsDavid Jeannot2012-03-051-1/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043
* ioproc(3): fix prototypesDavid Jeannot2012-01-161-3/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
* libventi: add functions reconn and redial for use with fossilDavid du Colombier2011-11-081-0/+6
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
* man: update venti-cache(3)David du Colombier2011-11-081-17/+12
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
* man: import changes from plan 9David du Colombier2011-06-031-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
* avl(3): import changes from plan 9David du Colombier2011-06-021-0/+27
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
* rune(3): sync with rune.c and Plan 9Michael Teichgräber2010-03-081-1/+4
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/254042
* mergeRuss Cox2009-12-271-3/+54
|
* libavl: import from Plan 9Russ Cox2009-08-231-0/+120
|
* libthread: remove unimplemented chaninitRuss Cox2009-04-301-7/+2
|
* libdraw: add borderopJeff Sickel2008-12-031-1/+4
|
* man: minor manual editsgrai2008-07-223-8/+8
|
* libthread: document some unimplemented functionsgrai2008-07-221-0/+5
|
* lib9: add mode parameter to opentempRuss Cox2008-07-101-3/+7
|
* lock(3): fix typoWilliam Josephson2008-07-091-1/+1
|
* post9pservice(4): updateRuss Cox2008-06-141-1/+11
|
* venti-cache(3): delete vtblockdirtyRuss Cox2008-06-141-4/+0
|
* revert frseltickrsc2007-05-101-19/+1
|
* add frdrawseltickrsc2007-05-101-1/+19
|
* nitrsc2007-04-061-1/+1
|
* remove mention of threadingrsc2007-04-061-4/+4
|
* experiment: translation from standard notations to plan 9 in netmkaddrrsc2006-07-231-0/+16
|
* more functionsrsc2006-07-231-2/+61
|
* update runeprint descrsc2006-07-021-0/+1
|
* update Bprint docsrsc2006-07-021-1/+1
|
* pinrsc2006-06-261-0/+18
|
* fixrsc2006-06-261-4/+4
|
* plumbunmountrsc2006-06-251-1/+16
|
* fix TH linersc2006-06-251-1/+1
|
* acmersc2006-06-251-0/+423
|