summaryrefslogtreecommitdiff
path: root/sys/man/1
AgeCommit message (Collapse)Author
2021-11-01man g filetypes diffKyle Milz
g(1): sync filetypes list the file types list in the 'g' manual was out of date. this change synchronizes and sorts them. it looks like the .B macro only accepts 6 args or less, so observe that limit.
2021-10-28mkplist: add -s option to enable "simple" sort (thanks qwx)Sigrid Solveig Haflínudóttir
2021-10-05sam(1): fix description of ctrl+gIgor Böhm
2021-09-25vncv: enable connecting to Darwin hostsIgor Böhm
Tested on MacOS Catalina and Big Sur releases. Update man page to highlight weak encryption of vnc, recommending to tunnel via ssh (thanks unobe).
2021-09-30sega(1): fix typoqwx
2021-09-01joy(1): fix typo (thanks lyndon)qwx
2021-09-01add joy(1): joystick script for all emulators, and docsqwx
remove old /sys/src/games/nes/joynes in favor of joy(1). joy(1) has more buttons for the other emulators; there is no longer a significance in the order of the keys. document nusb/joy, add information in each emulator manpage.
2021-08-29date(1): sync with realityOri Bernstein
'date -m' was removed, but evidence of its existence was left in the manpage.
2021-08-27git(1): "see also" consistency (thanks sirjofri)Ori Bernstein
adds commas between "see also" entries to make it consistent with other man pages.
2021-08-24man page fixes (thanks stuart morrow)qwx
2021-08-20audio(1): replace references to juke(7) and playlistfs(7) with zuke(1) ↵Alex Musolino
(thanks unobe)
2021-07-21gzip, bzip2: add -n flag to suppress modification timestampcinap_lenrek
2021-06-27pic(1): restore example sectionAnthony Martin
It was erroneously elided when removing the tpic command in commit 891a8c4f2.
2021-06-21git(1): we have rebaseOri Bernstein
2021-06-20date(1): list all option characters in SYNOPSISAlex Musolino
Now that -f is specifically mentioned (as it takes an argument), might as well list the others in full.
2021-06-17date(1): document '-f' optionOri Bernstein
2021-06-15ircrc: freenode -> oftcglenda
2021-06-14python, hg: tow outside the environment.Ori Bernstein
they've served us well, and can ride off into the sunset.
2021-06-12sam: remove refrence to /srv file in man pageJacob Moody
2021-06-11Remove ap(1)Fulton Browne
Cool script - does not work.
2021-06-08git/conf: check in /sys/lib/git/config as a fallback to user-wide configkemal
2021-06-07sysinfo(1): we don't do '-i' for sysupdate any more.Ori Bernstein
2021-06-06sysinfo(1): we're on git now.Ori Bernstein
2021-05-30git/fs: move mount point to $repo/.git/fsOri Bernstein
Moving the mount point to within the repo directory means that we can have multiple git repos mounted at once with no conflict.
2021-05-30vac: add -t flag to exclude temporary files and directories (thanks foura)cinap_lenrek
2021-05-16git: got git?Ori Bernstein
Add a snapshot of git9 to 9front.
2021-05-05games/opl3: use correct sampling rateqwx
games/dmid uses the same sample rate as the chip for music, but other applications do not. opl3 and its older version opl2 (not in 9front) read an input stream of commands in basically IMF format, something used in other id Software games and some others, which assumes a given input sampling rate: 700 Hz for Wolfenstein 3D music, 560 Hz for Commander Keen, 60 Hz for Ultima 6, etc. The opl3 emulation on the other hand is not really intended to run at a sampling rate different that the chip's 49.716 kHz sampling rate. Previously, we assumed it runs at 44.1 kHz and just used the input rate as a divisor to get the number of samples per delay tic. From what I understand, the correct way to use it for accurate emulation is to run the opl chip emulator at its intended sampling frequency, then downsample to 44.1 kHz. This means better output but more code. The alternative is to basically do the same as before rev 8433, except with no buffering, but at accuracy/quality loss. This change implements the former and just forks pcmconv to deal with resampling.
2021-05-04zuke(1): more fixes (thanks humm)Sigrid
2021-05-04zuke(1): engrish (thanks qwx)Sigrid
2021-05-04add zuke(1) manpage (thanks kemal & humm)Sigrid
2021-04-27opl3(1), exec(2): fix manpage typos (thanks umbraticus)qwx
2021-04-27games/opl3: don't buffer output and simplify (thanks umbraticus)qwx
this fixes real-time applications. -n previously specified a rate divisor rather than the rate itself, which was used for specific applications outside of 9front. instead, just set the rate directly, more useful and straightforward.
2021-04-13remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)Sigrid
2021-04-06[9front] walk: properly format permissionsStephen Gregoratto
This patch adds dirmodefmt from fcall.h to pretty-print file permissions, similarly to ls -l. I didn't notice any performance degradation. I hope no-one relied on the old behaviour.
2021-04-02games/glendy: don't use lucida sans in menus by default and bugfix (thanks ↵cinap_lenrek
kemal) i have found one bug. when i put glenda in a position like this i somehow win, but the glenda can escape from there. in addition, i have changed the games manpage to include more info about glendy.
2021-03-13audio(1): fix little typo.rgl
2021-03-02/sys/man/1/mothra: eu regulations require that we disclose we're sending ↵sl
search queries to duckduckgo.
2021-03-02mothra: add "d" command to search for a text on the internet (using duckduckgo)Sigrid
2021-02-27B, Bfn: fix invocation with multiple files, improve manual pagemoody
2021-02-06test: fix expression parserAlex Musolino
The old parser code was rubbish and only worked for trivial expressions. The new code properly handles complex expressions, including short circuit evaluation. As such, the BUGS section has been removed from the test(1) man page. The description of an unimplemented feature has also been removed.
2021-02-03acmemail(1): Nail => MailOri Bernstein
Forgot to change the program name when importing the rewrite.
2021-01-29Mail: rewrite.Ori Bernstein
Acme mail made it hard to do threading, so I wrote a new one.
2021-01-23vt(1): document optional command argument (thanks sl)cinap_lenrek
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