summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2020-01-28walk(1): formatting/correctionsBurnZeZ
2020-01-20page(1): fix troff manual exampleAlex Musolino
2020-01-04/sys/man/9: more pages addedrgl
in addition to the pages, there's also changes to the mkfile to generate the index for the new section.
2019-12-219p(2): fix sentence for wstat function (thanks jsmoody)cinap_lenrek
2019-12-20sleep(9): recover comment with the right referencergl
2019-12-20kproc(9) and sleep(9) correctionsrgl
2019-12-19thread(2): fix description of when/why procexec(l) functions returnAlex Musolino
2019-12-18flate(2): fix typos (thanks rgl)Alex Musolino
2019-12-15ip(3): document special null-address hack for accepting all incoming connectionscinap_lenrek
2019-12-10crop(1): remove duplicate -b option in synopsisAlex Musolino
2019-12-09console(8): add console command and manpagecinap_lenrek
the console command runs a command or the system shell under a new instance of kbdfs, optionally providing a serial console when $console environment variable is set.
2019-12-03mergecinap_lenrek
2019-12-03cmd(3): fix typo, Close -> Closed (thanks kivik)cinap_lenrek
2019-12-03rio(4): fix bad cross-reference formatAlex Musolino
2019-12-03seconds(1): add SOURCE sectionAlex Musolino
2019-12-02os(1): fix a typoSigrid
2019-11-30os(1): add c implementation of inferno os command and cmd(3) device manpagescinap_lenrek
this is a reimplementation of infernos os(1) command, which allows running commands in the underhying host operating system when inferno runs in hosted mode (emu). but unlike inferno, we want to use it to run commands on the client side of a inferno or drawterm session from the plan9 cpu server, so it defaults to /mnt/term/cmd for the mountpoint.
2019-11-20mergeOri Bernstein
2019-11-20improve language in delay(9)Ori Bernstein
give the reader enough context to know when to use and not use the delay family of functions.
2019-11-21mergecinap_lenrek
2019-11-21vac(1): assimilate manpage additions from plan9port and complete usage lines ↵cinap_lenrek
(thanks joe9) the usage lines in vac where out of sync with the implementation and the manpages. document the -a and -x options, from: https://github.com/9fans/plan9port/blob/master/man/man1/vac.1
2019-11-20mail(1): fix typoAlex Musolino
2019-11-19add start of section 9 manpages (thanks rgl)Ori Bernstein
this change adds some of the kernel manpages from 9legacy, fixed and updated to match the changes in 9front.
2019-11-19rio(4): update description of wctl file formatAlex Musolino
State strings are now padded to 12-characters. Remove ambiguous reference to "12-character style", instead referring the reader to image(6).
2019-11-18document 'T' flag misbehavior (thanks rgl)Ori Bernstein
2019-11-17Specifiy the restrictions on 9boot file names more clearly.Ori Bernstein
2019-11-17Document 9bootfat limitation.Ori Bernstein
2019-11-17bootrc: for wireless netbooting, set the WPA/WPA2 preshard key with ↵cinap_lenrek
wpapsk=password boot parameter this allows automatic netbooting without password prompt for the wirelss network.
2019-11-12thread(2): fix manpage typos (thanks rgl)Ori Bernstein
2019-11-11draw(2): fix manpage typo (thanks rgl)Ori Bernstein
2019-11-02upasfs(4): fix manpage typo (thanks rgl)cinap_lenrek
2019-10-21Make ctrl+g focus text windows and cycle zeroxed copies (thanks kvik)Ori Bernstein
2019-09-222c(1): document 7c (arm64)cinap_lenrek
2019-09-06sys/src/libventi: implement vtreconn and vtredial functionsDavid du Colombier
2019-09-06Add RFC2822 (email style) formatted dates to to date(1).Ori Bernstein
2019-09-04rune(2): complete source referencescinap_lenrek
2019-08-30rsa(2): document asn1encodeRSApriv() and asn1encodeRSApub() functionscinap_lenrek
2019-08-30auth/rsa2asn1: implement private key export with -a flag (thanks kvik)cinap_lenrek
kvik writes: I needed to convert the RSA private key that was laying around in secstore into a format understood by UNIX® tools like SSH. With asn12rsa(8) we can go from the ASN.1/DER to Plan 9 format, but not back - so I wrote the libsec function asn1encodeRSApriv(2) and used it in rsa2asn1(8) by adding the -a flag which causes the full private key to be encoded and output.
2019-07-02walk(1): add history sectionAlex Musolino
2019-07-02tinc(8): add history sectionAlex Musolino
2019-06-18Always turn on the -+ flag in cppOri Bernstein
C99 comments have been the default in compilers for something like 20 years now. This means we don't need to remember to turn it on when porting software, and gets rid of cryptic errors about unterminated character constants when someone writes something like: // Didn't need to... We still accept the flag to avoid breaking mkfiles, but we do nothing with it. This also removes the documentation, since the option does nothing now.
2019-06-11vmx(1): update BUGSaiju
2019-06-04Make 'g' grep recursively by default.Ori Bernstein
2019-05-18sshnet(4): ... and incoming TCP callscinap_lenrek
2019-05-15draw(3): memlorigin23hiro
2019-05-14nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)cinap_lenrek
2019-05-11memdraw(2): remove references to iprint()BurnZeZ
2019-05-07plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspeccinap_lenrek
2019-04-14ip(3): document TCP ctl close commandBurnZeZ
2019-04-09fix bad function declarations in manpagesBurnZeZ