summaryrefslogtreecommitdiff
path: root/sys/man/1
AgeCommit message (Collapse)Author
2021-01-19dd(1): update manpage to match programOri Bernstein
Document the dd changes
2021-01-18acme(1): add references to appropriate manpagesOri Bernstein
2021-01-17passwd: make legacy mode explicitOri Bernstein
Passwd used to produce a very confusing error about DES not being enabled whenever the password was mistyped. This happened because we attempted to guess what authentication method to use, and preseneted the error from the wrong one on failure. This puts the legacy mode behind a flag, so that we don't even try the old method unless it's explicitly requested.
2021-01-16troff2png(1): add manpageOri Bernstein
2021-01-16tweak: support showdata plumb action (thanks sirjofri)Sigrid
2021-01-12cal: add -s option to specify the starting day of the weekSigrid
2021-01-12audio(1): it is 2021 nowSigrid
2021-01-11audio/flacencSigrid
2021-01-04marshal(1): fix example: upas/mail -> mail (thanks fulton)cinap_lenrek
2020-12-17hpost: support custom headers (thanks julienxx)Ori Bernstein
hget supports adding custom headers with -r; it makes sense for hpost to do the same, both because custom headers are more likely necessary with POSTs, and for consistency.
2020-12-13cpu(1): refer to oexportfs(4)cinap_lenrek
2020-12-08sega(1): fix keys (thanks bigato)kvik
2020-12-08vmx: add -D option to enable debug messages, use vmdebug for non-fatal "errors"Sigrid
2020-12-07vmx: add -v|-w flag to control window creation behaviourcinap_lenrek
The -v flag now does not create a new rio window, while -w flag does (restores the old behaviour). This allows vmx to run under vncs and is in general mode aligned to other emulators and programs.
2020-12-04faces: add -c option to remove faces with button 1 click (thanks sirjofri)Sigrid
2020-11-27fplot(1): use abs()Sigrid
2020-11-06upas/marshal: add -S saveto to save outgoing mail, fix -FOri Bernstein
Upas/marshal -F was broken with the '-8' command, and silly without it: It used aliases passed on the command line, so the destination address was ignored with -8 was passed. In addition, it would create a new mailbox for any aliases being sent to, instead of putting them all in one location. The new -S option is similar to -F, but specifies where the message should go.
2020-11-02audio/wavdec: add -s optionSigrid
2020-09-21diff: support unified diff via -uOri Bernstein
The format produced by `diff -u` is inferior to that produced by `diff -c`, but it's what ape/patch and unix patch expect, so it's useful to generate it. This patch adds `diff -u`.
2020-09-20syscall: utility overhaulkvik
Following is a list of functional changes: * The -o flag outputs the entire buffer to the length returned by the syscall, or, in case of fd2path(2) and errstr(2), to '\0'. * The -x flag is removed; the above makes it possible to pipe into xd(1) to get the same result. * The -s flag uses dirfmt(2) to format the stat message, instead of trying to imitate ls(1). * Stderr reports are normalized and made easier to parse. The code also suffered a number of stylistic changes.
2020-09-03walk(1): improve wording, formattingOri Bernstein
Clean up the wording of the walk(1) manpage, improve the formatting of the format characters.
2020-08-29walk(1): fix typoAlex Musolino
2020-08-26walk(1): clarify how -n argument works (thanks umbraticus)Ori Bernstein
Make it clear what happens if you omit the ',' when specifying '-n'.
2020-08-21torrent(1): update url in examples sectionAlex Musolino
2020-08-12audio/mp3dec: add -s SECONDS optionSigrid
2020-08-11audio(1): add new -s SECONDS optionSigrid
2020-05-23paint: change colors in the palette with button 3Sigrid
2020-04-21/sys/man/1/mothra: add description of Plumb menu item.stanley lieber
2020-03-10improve usage messages (thanks henesy)Ori Bernstein
Fix inconsistencies between programs and their usage messages, correct instances where information seems to be missing or lost. This includes missing arguments, making usage consistent with manuals, and so on.
2020-03-09sam(1): document $% and $%dotSigrid
2020-01-29document common emulator keysrgl
2020-01-28walk: add D and T fmt characters (fileserver device/type)BurnZeZ
2020-01-28walk(1): formatting/correctionsBurnZeZ
2020-01-20page(1): fix troff manual exampleAlex Musolino
2019-12-10crop(1): remove duplicate -b option in synopsisAlex 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-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-18document 'T' flag misbehavior (thanks rgl)Ori Bernstein
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-06Add RFC2822 (email style) formatted dates to to date(1).Ori Bernstein
2019-07-02walk(1): 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-04-02ssh(1): add sshnet(4) referencecinap_lenrek