summaryrefslogtreecommitdiffstats
path: root/man/man4
Commit message (Collapse)AuthorAgeFilesLines
* tmac/tmac.an: define .MR in a groff compatible wayDmitri Vereshchagin2025-07-2714-91/+91
| | | | | | | | | | | | | | | | 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-0/+1
|
* acme: shift button 3 for reverse searchRuss Cox2024-06-151-0/+4
| | | | | An experiment. Let's see if it's any good. Also document the Mac conventions in devdraw(3).
* mntgen: import mntgen(4) from Plan 9fgergo2024-01-091-0/+32
| | | | | new file: man/man4/mntgen.4 new file: src/cmd/mntgen.c
* src/cmd/acme: provide info on presense or absence of undo history (#528)Roger Peppe2021-10-191-3/+4
| | | | | | It's sometimes useful to know whether there's been editing activity in a window. This PR adds that information to the ctl file. Change-Id: I21a342ac636dd5c7701b3ed560e3526867329c2c
* tmac: rename IM (italic manual) to MR (manual reference)Russ Cox2020-08-1514-91/+91
| | | | Suggested by G. Brandon Robinson.
* tmac: introduce real manual reference macro instead of overloading IRRuss Cox2020-08-1314-117/+119
| | | | | | | | | | | 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.
* fontsrv(4): update man page for size of fontsrv subfontsRuss Cox2020-07-221-8/+8
| | | | Fixes #432.
* acme: add font control messageRuss Cox2020-07-181-1/+6
|
* plumber: add -f (foreground) option (#288)Jason Felice2019-10-291-1/+8
| | | | In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources.
* 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-165-5/+8
| | | | | | 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-0/+3
| | | | | | Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
* acme: add log file in acme root directoryRuss Cox2014-04-301-2/+26
| | | | | | | | | | | | | | | | | | | Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044
* fossil: import from plan 9David du Colombier2013-09-231-0/+514
| | | | | R=rsc https://codereview.appspot.com/7988047
* src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar2012-09-241-0/+79
| | | | | | | | | | | | The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100
* srv(4), mount: update v9fs usageDavid du Colombier2012-08-051-1/+1
| | | | | | | | The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
* vacfs: document replacement of -c flag by -MDavid du Colombier2011-06-131-7/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
* 9term, acme: autoscrollRuss Cox2011-04-271-11/+0
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* mergeRuss Cox2009-12-271-0/+12
|
* fontsrv: add half-documented -s optionRuss Cox2009-07-081-0/+4
|
* fontsrv(4): another typoRuss Cox2009-07-081-2/+2
|
* fontsrv(4): add missing prompt in sam exampleRuss Cox2009-07-081-1/+1
|
* mergeRuss Cox2009-07-081-0/+126
|
* import: add -x flagRuss Cox2008-12-061-1/+7
|
* smugfs(4): new programRuss Cox2008-08-031-0/+278
|
* tapefs(4): add man pageRuss Cox2008-06-141-0/+109
|
* 9pserve: add -c optionRuss Cox2008-06-111-0/+9
|
* vacfs: implement -m flagRuss Cox2008-04-171-8/+7
|
* srv: add -n flag to reject auth by clientsRuss Cox2007-10-121-1/+9
|
* 9pserve: add -n flag to reject auth by clientsRuss Cox2007-10-121-1/+6
|
* add -a anamersc2007-06-211-9/+9
|
* document tab width fieldrsc2007-05-151-2/+3
|
* Mac FUSE support (thanks to Jeff Sickel)rsc2007-01-181-0/+3
|
* 9pfusersc2006-07-231-0/+62
|
* ref 9pfusersc2006-07-231-1/+2
|
* typo (Serge Gagnon)rsc2006-06-301-1/+1
|
* add v9fs examplersc2006-04-041-0/+21
|
* add srv -a optionrsc2005-03-212-1/+61
|
* updatersc2005-03-181-0/+2
|
* newrsc2005-03-181-0/+50
|
* manrsc2005-02-131-5/+7
|
* more on protosrsc2005-02-131-91/+406
|
* updatersc2005-02-112-1/+2
|
* new man pagesrsc2005-02-111-0/+705
|
* add errors filersc2005-01-301-0/+18
|
* minor modsrsc2005-01-161-8/+6
|
* vacfsrsc2005-01-162-0/+89
|
* typorsc2005-01-161-0/+1
|
* ignore generated htmlrsc2005-01-141-0/+1
|