Commit graph

463 commits

Author SHA1 Message Date
cinap_lenrek 3007ee80c3 hget(1): document restrictions for name@file with -m flag, fix examples, usage 2013-01-11 10:00:28 +01:00
stanley lieber a0377a174a hjfs(4): update man page 2013-01-09 07:47:49 -06:00
cinap_lenrek 1c69f9c023 vac(1), ec(2), usb(3), hjfs(8): fix source reference 2013-01-09 08:17:09 +01:00
cinap_lenrek 6d6138fbd8 tlssrv(8): fix bad cross reference 2013-01-09 07:55:58 +01:00
cinap_lenrek 60ee15b4e2 audio(1): various cleanups 2013-01-09 07:53:47 +01:00
cinap_lenrek 0c85432359 hjfs: network announce/listen support 2013-01-07 02:13:54 +01:00
cinap_lenrek 857502c364 nusb(4): document debug flags for usbd 2013-01-03 17:21:33 +01:00
cinap_lenrek 0e4fc14f7e upas/marshal: change Inline: to Include: header, interpret even withou -8 flag
after some thought, the file attachment headers Attach: and Include:
(before Inline:) are more like the Subject: line and should be interpreted
every time.
2013-01-01 16:27:01 +01:00
cinap_lenrek be01be80cc upas/marshal: interpret Attach: and Inline: headers only when -8 flag is given 2013-01-01 15:56:36 +01:00
cinap_lenrek 23b6f7ffcc aan(8): add cpu(1) remark as it also support -p iption 2012-12-30 18:47:32 +01:00
cinap_lenrek 8f3595e058 nusb/kb: remove mouse acceleration -a flag
mouse acceleration can be done by software in the kernels
devmouse device like:

echo hwaccel off >/dev/mousectl
echo accelerated 5 >/dev/mousectl

it is hard to pass nusb/kb parameters anyway as it is started
from nusbrc in bootfs.paq, so i remove the option.
2012-12-26 22:48:12 +01:00
cinap_lenrek 7ceff03db3 bio: remove useless Breadn() as it does the same as Bread()
Bread() always reads exactly nbytes of data if it can. only
when it reaches end of file or an error it will return less.
so the Breadn() function that was introduced has been removed.

sorry for the confusion.
2012-12-25 02:45:28 +01:00
cinap_lenrek 9b6f0e2b3e cpu(8): option -A before -R
aan announce option -A has to be specified before -R and -O so
reflect this in the manual page.
2012-12-21 21:24:47 +01:00
cinap_lenrek 5ceb834f0e audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, µlaw in wav support
to support µ-law audio embedded in wav and big endian pcm
in sun audio files the µ-law and a-law and big endian integer
decoding was added to pcmconv. sundec now parses the sun
audio header supporting stereo now.
2012-12-14 04:38:45 +01:00
cinap_lenrek dfd5bca48e audio(1): µlawdec reference 2012-12-08 09:23:05 +01:00
cinap_lenrek 7148847ff0 µlaw audio support (from erik quanstro) 2012-12-08 09:18:44 +01:00
cinap_lenrek 0d84343fbc audio: add audio/pcmconv program
instead of duplicating resampling and pcm format
conversion code, put it in the new pcmconv program.
2012-12-08 08:26:50 +01:00
cinap_lenrek 7a99d3c6a6 ipconfig(8): better way to say it :) 2012-12-06 07:34:56 +01:00
cinap_lenrek df8c55ec71 ipconfig(8): document new default behaviour for finding ethernet device 2012-12-06 07:30:16 +01:00
cinap_lenrek 04fd67ab06 nusb(4): document new nusb/ether options 2012-12-06 23:17:18 +01:00
cinap_lenrek 87ab441ab4 upas: handle Bcc: header
when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers.
add -B option for Bcc. it is also now valid to pass recipient list
on upas/marshal arguments and have -8 flag set. make nedmail and
/rc/bin/mail call upas/marshal with -8 now to make it effective.
2012-11-27 21:10:55 +01:00
cinap_lenrek 73744b9f48 derp: handle file type changes
handle cases when files become directories or directories
become files.
2012-11-21 15:34:12 +01:00
cinap_lenrek b28f60cdd3 add C-Keens tls-client-auth
This patch adds client TLS authentication to libsec in compliance with
rfc 4346.

A new -c flag has been introduced for tlsclient allowing the user to
specify a certificate in pem(8) format which will be provided to the
server upon request.

A -D debug flag has been introduced to enable debugging output.

The patch has been tested against OpenSSL 0.9.7j 04 May 2006.

It exists today because of the great (debugging) help and insight
provided by Matthias Bauer.

TODOs:

- specification of a certain client key in factotum is not possible at
	the moment
- tlssrv should support this too

These will get added in another patch.

The first try to submit this patch failed due to a network error.
Sorry for the duplication!

Kind regards,

Christian
2012-11-15 19:32:53 +01:00
cinap_lenrek 01d28b9d89 pstree: manpage, print pid in first column, bio, silly walks 2012-11-08 00:06:54 +01:00
cinap_lenrek 479ea049e3 remove tty(1) command as kbdfs now handles interrupts 2012-11-07 19:04:26 +01:00
iru 0c9237e0b4 fplot(1) man page 2012-11-05 15:38:39 -02:00
cinap_lenrek 4d1f113490 derp(1) spelling (thanks pap) 2012-11-02 22:15:17 +01:00
cinap_lenrek c0c2660f74 add directory-examining recursive compare derp(1) 2012-11-02 20:28:12 +01:00
stanley lieber 907b3902a0 pkg(1): update man page 2012-10-23 18:08:18 -05:00
cinap_lenrek 3730a4df53 document urlencode in hget(1) 2012-10-18 15:23:40 +02:00
cinap_lenrek 7c3ea4360b hpost: add -l flag to get location url after POST 2012-10-18 14:38:07 +02:00
cinap_lenrek fef6ff96ad update fshalt(8) manpage 2012-10-14 13:33:10 +02:00
cinap_lenrek 143fcc0a42 formpost becomes hpost 2012-10-14 06:28:58 +02:00
stanley lieber 324ab59b08 ircrc(1): man page fixes, thanks pap 2012-10-12 09:17:47 -05:00
stanley lieber 2f83fa7f74 hget(1): fix man page errors, add another example 2012-10-11 22:06:11 -05:00
stanley lieber b786ff0544 add /rc/bin/formpost; add formpost to hget(1) man page 2012-10-11 16:37:48 -05:00
stanley lieber 05a0570970 ircrc(1): fix error 2012-10-11 11:34:15 -05:00
stanley lieber 1ef8bffd3c add /sys/man/1/ircrc, thanks pap 2012-10-11 11:31:40 -05:00
cinap_lenrek 3cc39a0ac7 vncv: snarfvers race, silly walks, add -l option for clipboard charset 2012-10-09 15:15:57 +02:00
stanley lieber 8b24e40e29 netaudit(8): english 2012-10-07 22:06:47 -05:00
cinap_lenrek df66638fb5 netaudit changes and manual page 2012-10-08 00:56:00 +02:00
stanley lieber e598b6dd31 hjfs(8): fix wording 2012-10-07 15:09:04 -05:00
stanley lieber c2881f43fb add /sys/man/8/hjfs 2012-10-07 14:39:45 -05:00
stanley lieber 3049e7036b hjfs(4): fly your flag 2012-10-06 12:27:40 -05:00
stanley lieber 349abfcd79 add /sys/man/4/hjfs 2012-10-06 03:49:53 +00:00
cinap_lenrek 16a9d6bbd3 tftpfs(4) example typo 2012-10-06 05:14:46 +02:00
cinap_lenrek bac191c407 httpfile(4) section name quoting 2012-10-06 05:13:14 +02:00
cinap_lenrek d21df97764 paint(1) fix bad cross reference 2012-10-06 05:12:07 +02:00
stanley lieber c23d478a25 tftpfs(4): minor corrections 2012-10-05 21:25:55 -05:00
cinap_lenrek 61d1967e74 tftpfs: add manpage, add -x option 2012-10-06 04:14:48 +02:00
cinap_lenrek 549b4e0225 upas/marshal: fix usage line and add missing flags to manpage 2012-10-02 00:37:17 +02:00
stanley lieber fa08484d47 cpuid(8): fix spelling 2012-09-28 21:49:12 -05:00
cinap_lenrek cd9ac26eb7 cpuid(8) manpage improments 2012-09-29 04:12:42 +02:00
cinap_lenrek 934442ace2 cpuid(8) manpage 2012-09-29 03:57:59 +02:00
cinap_lenrek 948d0a1180 mothra: snarf and paste 2012-09-23 20:14:47 +02:00
google 2c4947656f Add manpages for atazz and smart 2012-09-20 22:51:20 +12:00
cinap_lenrek 9a02104699 hget -P to read postbody from stdin 2012-09-15 07:07:19 +02:00
cinap_lenrek 0a48c1e340 lp: HTML table support 2012-09-10 08:10:30 +02:00
cinap_lenrek 8472086cc6 update manual pages for lp HTML support 2012-09-10 08:01:49 +02:00
cinap_lenrek ee0a0fca5d rdbfs(4), no ^t^t on 9front system 2012-09-06 02:45:15 +02:00
google 2dfe66d72f Add -i flag to date: prints ISO-8601 datestamp
Add -t flag to date: prints ISO-8601 timestamp
2012-09-02 00:33:39 +12:00
cinap_lenrek 7f22b32e63 isodate in libc? revert every commit for great justice! 2012-09-01 14:12:29 +02:00
google dfc348c4e2 Add -i and -t options to date for isodate and isotime display. 2012-09-02 23:08:14 +12:00
google cdb7bdde96 Add isotime() and isodate() functions to libc. 2012-09-02 23:05:41 +12:00
cinap_lenrek 20b4f55603 9bootpxe: try /cfg/pxe/default if /cfg/pxe/$ether fails before breaking to the prompt. 2012-08-21 14:23:52 +02:00
cinap_lenrek feb58cce49 plot(1) manpage corrections 2012-08-19 09:07:59 +02:00
stanley lieber 23b76aa92d pkg(1): add new pkg repo to man page 2012-08-08 09:37:53 -05:00
cinap_lenrek 37a93ef857 ppp: noauth server option (import from sources) 2012-08-07 15:57:42 +02:00
cinap_lenrek 8f9374e811 merge 2012-08-05 15:50:42 +02:00
cinap_lenrek 8e07a4c9a5 cb: import updates from sources 2012-08-01 21:57:13 +02:00
cinap_lenrek fcc5e75d07 tsemacquire: manpage and syscallfmt 2012-07-30 22:45:49 +02:00
cinap_lenrek 81d43b6f9d kernel: make mp mode and msi interrupts the default. *msi -> *nomsi 2012-07-25 23:18:26 +02:00
cinap_lenrek 9d212c517d paint: floodfill 2012-07-22 16:33:42 +02:00
cinap_lenrek aae765a161 ndb(6): add tftp description 2012-07-22 16:32:05 +02:00
stanley lieber 57616d1455 paint(1): english 2012-07-19 09:13:33 -05:00
cinap_lenrek 72d4a35942 paint: new paint program featuring endless canvas, zoom, palette and use of external commands 2012-07-19 01:00:23 +02:00
cinap_lenrek b9ca8e8378 vga: softscreen
allow the shadow framebuffer (softscreen) to be used with any
vga driver, not just vesa. this removes the ugly scr->paddr = 0
hack employed by vesa driver to force softscreen and adds a
softscreen vgactl message that can switch the feature on and off
at runtime.

softscreen can greatly improve graphics performance when bus
reads are slow even tho it disables hardware acceleration.
2012-07-18 10:16:00 +02:00
stanley lieber 357aef46a5 xargs(1): improve man page by deleting lines 2012-07-08 19:58:57 -05:00
stanley lieber 4559661b3e audio(1): grammar 2012-07-08 19:58:21 -05:00
stanley lieber df275a7b68 xargs(1): clarify 2012-07-08 19:44:05 -05:00
stanley lieber 7a704e4ab6 cryptsetup(8): add SOURCE and reference aes(2) 2012-07-07 16:19:07 -05:00
stanley lieber eddec3a69f cryptsetup(8): grammar, clarity 2012-07-07 16:13:49 -05:00
stanley lieber 8669b49b00 add xargs(1) man page 2012-07-07 15:43:42 -05:00
cinap_lenrek fdfce9d864 hproxy: simple http proxy server 2012-07-06 15:49:33 +02:00
cinap_lenrek 51915912e9 add bzfs(4) manpage 2012-07-05 21:46:44 +02:00
cinap_lenrek fa5fd51e11 add tap(1) manpage 2012-07-05 21:11:37 +02:00
cinap_lenrek 45f55eb644 add pstree to ps(1) manpage. 2012-07-05 20:39:34 +02:00
cinap_lenrek f976fbe8c7 g: more extensions 2012-07-05 20:24:00 +02:00
stanley lieber b6993361e0 g: expand matched files list and add to grep(1) man page 2012-07-05 13:12:04 -05:00
cinap_lenrek 1e04852c3d merge 2012-07-05 20:00:24 +02:00
cinap_lenrek a427fbba8d add socksd to ipserv(8) 2012-07-05 19:59:40 +02:00
stanley lieber 7f98d205ea kill(1): english 2012-07-05 12:37:07 -05:00
stanley lieber 1231ba045a cryptsetup(8): english 2012-07-05 12:34:26 -05:00
cinap_lenrek 4472cbe66e add cryptsetup(8), add crypt command doc to fs(3) 2012-07-05 19:17:03 +02:00
cinap_lenrek 000363db65 add dontkill to kill(1) manpage 2012-07-05 15:08:37 +02:00
cinap_lenrek c0627feea3 merge 2012-07-05 14:53:21 +02:00
cinap_lenrek 7c197c8e73 tput(1) manpage, add -b buflen option, exit status 2012-07-05 14:52:38 +02:00
stanley lieber 267253f8d9 pkg(1): fix man page 2012-07-04 22:20:46 -05:00
cinap_lenrek bdb228e14a read: add -c flag to copy bytes instead of lines 2012-07-02 17:46:21 +02:00
cinap_lenrek 8ac89d66a5 plan9.ini(8): ACPI update 2012-06-30 21:09:09 +02:00
cinap_lenrek 536815009a fshalt(8): ACPI 2012-06-29 17:49:41 +02:00
stanley lieber 3500a4fafe fshalt(8): add /sys/src/cmd/scram.c 2012-06-29 09:18:24 -05:00
cinap_lenrek 1b6577785e cpu: implement aan(8) support 2012-06-25 16:54:17 +02:00
cinap_lenrek e077349fef dial(2): not in parallel on 9front 2012-06-25 16:53:33 +02:00
cinap_lenrek bfb84cc46a boot(8): make clear that username can be set from user= plan9.ini 2012-06-22 23:16:08 +02:00
cinap_lenrek b163f8327a fix the build 2012-06-18 22:10:25 +02:00
cinap_lenrek 57a69ac203 cifs(4): aquarela reference 2012-06-13 00:35:01 +02:00
stanley lieber 049855460c mothra(1): add 'k' 2012-06-06 16:49:29 -05:00
stanley lieber 9decd26354 ec(2): english 2012-06-05 20:05:24 -05:00
stanley lieber a915df2db1 pkg(1): fix repo url 2012-06-05 14:19:07 -05:00
aiju 1ffd5f9af1 added ec(2), added ripemd160 to sechash(2) 2012-06-04 12:27:38 +02:00
stanley lieber aa8f8dd151 pkg(1): update repositories 2012-06-02 22:57:12 -05:00
stanley lieber e7788cffff kbdfs(8): correct spelling error 2012-06-01 21:30:23 -05:00
stanley lieber c1374e391c kbd(3): correct spelling error 2012-06-01 21:24:26 -05:00
stanley lieber 4bf2b98450 mothra(1): remove bogus information 2012-05-31 09:29:55 -05:00
stanley lieber 09887b359a add sysinfo(1) 2012-05-29 12:27:25 -05:00
cinap_lenrek 8bfd915415 playlistfs: use play(1) for format detection and decoding 2012-05-24 08:13:31 +02:00
cinap_lenrek f5dd576a50 add seconds(1) command 2012-05-22 05:16:23 +02:00
cinap_lenrek 3b2b18328b cwfs: add fsmempercent enviroment variable to control iobuffer allocation 2012-05-18 02:01:04 +02:00
cinap_lenrek 4c16111e66 webfs: add global timeout parameter settable in rootctl and command line 2012-05-16 17:00:19 +02:00
cinap_lenrek fcfaa7bd61 plan9.ini(8): 9boot quirk in BUGS section 2012-05-16 02:09:59 +02:00
cinap_lenrek d0007933f2 disk/format: FAT32 support 2012-05-07 18:06:17 +02:00
cinap_lenrek 466808d9e3 remove dmaon 2012-05-07 22:21:31 +02:00
cinap_lenrek 30b2154e75 ip(3): il protocol 2012-05-03 12:47:51 +02:00
cinap_lenrek 7e4d9a4bfa boot(8): fix example 2012-04-24 06:53:15 +02:00
cinap_lenrek fd02ddae19 ip/torrent: webseed support 2012-04-16 00:50:25 +02:00
stanley lieber 2f2e313a47 pkg(1): change default $pkgpath to http://r-36.net/9front/pkg/$cputype 2012-04-07 14:34:39 -05:00
cinap_lenrek 0989c2530d microsoft ico format conversion support 2012-04-01 04:57:11 +02:00
cinap_lenrek 9c844d90e1 lib9p: add Srv.start 2012-03-30 20:06:33 +02:00
stanley lieber b72bb9571c mothra: add 'm' 2012-03-22 13:05:47 -05:00
cinap_lenrek 8745e29e15 make pc kernels graphics image memory pool unlimited by default, add *imagemaxmb= kernel parameter 2012-03-18 20:12:29 +01:00
cinap_lenrek 3a83a68e0b page: allow running external jpg(1) program for animated gifs, mothra: handle gif with page 2012-03-10 06:55:54 +01:00
cinap_lenrek bc5ef91bc2 new dns manpage updates from sources 2012-03-09 06:14:20 +01:00
cinap_lenrek 388cd56d69 wave pcm support 2012-03-08 07:25:14 +01:00
stanley lieber 6f04b1d3f7 paint(1): don't explain pop-up box thirty times 2012-03-03 23:40:44 -06:00
stanley lieber 80ae6baebb paint(1): update man page 2012-03-03 23:36:33 -06:00
stanley lieber f93dcaff17 paint: add 'c' and 'f' 2012-03-02 04:54:45 +00:00
stanley lieber b7e38d0b19 paint(1): update man page 2012-02-29 13:10:47 -06:00
stanley lieber cb3fdfb70f paint: open existing files for editing 2012-02-27 20:15:37 -06:00
cinap_lenrek ce6b942ff1 vncs: /dev/kbd support by running kbdfs and forwarding keycodes thru kbdin 2012-02-25 23:47:09 +01:00
glenda c63c542ab3 Man page style. 2012-02-15 19:50:34 -03:00
cinap_lenrek 739846b452 alarm(1) manpage 2012-02-15 19:40:08 +01:00
stanley lieber 9c4642592a play(1) man page: english 2012-02-14 11:03:20 -06:00
cinap_lenrek ac0107ca42 file: mp3 audio data detection by syncword, play: remote -t option as file now works for mp3 streams 2012-02-14 17:29:18 +01:00
cinap_lenrek 4780a7ff56 devmouse: add twitch mousectl command 2012-02-13 07:06:08 +01:00
cinap_lenrek 0388ad2339 add audio(1) 2012-02-12 01:52:23 +01:00
stanley lieber 5c139e628c add flacdec(1) man page; combine mp3dec(1), mp3enc(1), oggdec(1) and oggenc(1) man pages into flacdec(1) 2012-02-11 13:32:05 -06:00
cinap_lenrek e283619ecb add aux/statusmsg 2012-02-11 01:51:38 +01:00
cinap_lenrek d970ed6a5a bring manpage and debug code of exportfs -P closer to reality 2012-02-07 03:29:58 +01:00
cinap_lenrek 158a3cf4dd play: add manpage, error reporting 2012-01-22 01:12:28 +01:00
cinap_lenrek e6507897a1 add oggdec(1) and oggenc(1) manpages 2012-01-22 00:13:25 +01:00
cinap_lenrek 5524d76075 move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play 2012-01-22 23:30:34 +01:00
cinap_lenrek 6c88192927 cifs(4): fix bad cross reference 2012-01-20 20:29:35 +01:00
cinap_lenrek 8f5375fa61 cifs: updated cifs/smb client to quintiles latest version 2012-01-16 18:42:16 +01:00
cinap_lenrek 75e1ef0ab6 new webfs, rc based hget 2012-01-11 16:17:54 +01:00
stanley lieber ad5ef458f8 pkg: change default pkgpath, list known repositories in the man page 2012-01-05 11:02:24 -06:00
stanley lieber f28657f029 pkg(1): update man page 2012-01-03 20:19:06 -06:00
stanley lieber 930635e22d pkg(1): put source files in /sys/src/pkg/ 2012-01-03 20:14:27 -06:00
cinap_lenrek 733dab56a1 listen1: add process limit option 2011-12-12 10:08:02 +01:00
cinap_lenrek 2524319b4c merge 2011-12-11 18:35:34 +01:00
cinap_lenrek 3d189a4452 listen: add process limit option 2011-12-11 18:35:03 +01:00
stanley lieber a01a9fc447 paint(1): fix man page description of the b command 2011-12-10 11:43:20 -06:00
stanley lieber 69c3808e58 paint: add selectable brush sizes 2011-12-09 21:18:20 -06:00
glenda fb9f17aa59 namespace: mount factotum before mntgen 2011-11-30 19:03:20 +01:00
cinap_lenrek b5ce095300 hgfs: change default mountpoint from /n/hg to /mnt/hg 2011-11-27 22:53:31 +01:00
cinap_lenrek 3bd600c01e rand(2): fix nroff output 2011-11-27 00:50:53 +01:00
stanley lieber 9ab5c2efdb add paint(1) man page 2011-11-20 20:58:05 -06:00
stanley lieber 0709558dd6 rio(1) and rio(4) man page updates 2011-11-19 12:52:51 -06:00
stanley lieber 92fa7cbcd1 add alarm(1) man page 2011-11-13 16:32:33 -06:00
cinap_lenrek a4a3f519a6 9boot: add wait word 2011-11-09 15:26:26 +01:00
cinap_lenrek b6901035d0 vesa: *vesashadow -> *novesashadow 2011-11-05 11:06:24 +01:00
cinap_lenrek 563437cb6d remove realmode and e820 code from kernel 2011-11-05 06:19:52 +01:00
cinap_lenrek d8c69ebafd plan.ini(8): document new kernel options 2011-11-05 05:17:26 +01:00
cinap_lenrek aa369a07a9 mouse(2): .IR syntax 2011-11-03 23:57:57 +01:00
cinap_lenrek b2ba90e7b6 mouse(2): fix bad cross reference syntax 2011-11-02 00:26:29 +01:00
cinap_lenrek 06e7cb6728 audio(3): document audiostat/audioctl and speed+delay controls on volume 2011-11-02 00:17:51 +01:00
stanley lieber 29f4691e1a event(2): english 2011-10-31 17:53:32 -05:00
cinap_lenrek 278d4f8477 libdraw: added enter() and eenter() functions 2011-10-31 19:41:48 +01:00
cinap_lenrek f8d5cc7230 torrent(1): add trackon example 2011-10-25 14:28:35 +02:00
cinap_lenrek d8bde8f7b3 torrent: fix \0 escaping bug, add -c option to create new torrents 2011-10-25 14:09:41 +02:00
cinap_lenrek 326747cfd3 5e(1), ssam(1): small corrections, torrent(1): explain what BitTorrent is 2011-10-25 03:48:20 +02:00
stanley lieber da81fd83ce add ssam 2011-10-22 20:01:07 -05:00
cinap_lenrek 98d01a7719 torrent(1) manpage 2011-10-23 01:33:35 +02:00
iru b0c53264fe Little improvements. 2011-10-20 13:07:59 -02:00
cinap_lenrek 18bfca7978 hgfs: add rev file, document in manual page 2011-10-16 02:50:52 +02:00
stanley lieber b3ed44d4dc mothra: update man page 2011-10-14 15:06:29 -05:00
cinap_lenrek 97a86f2766 plan9.ini(8): remove obsolete usb documentation 2011-10-13 06:18:30 +02:00
cinap_lenrek 65e50862cf manpages for resize and rotate 2011-10-06 20:54:56 +02:00
cinap_lenrek c0c9a9927f libbio: add Breadn 2011-10-06 00:39:05 +02:00
stanley lieber 252d48d331 mothra(1): update man page 2011-10-02 15:05:49 -05:00
stanley lieber 2036c49394 mothra: add moth mode; display images that are not also links as a link to themselves 2011-10-01 21:30:12 -05:00
stanley lieber bdfdc49ee2 mothra: use only valid examples in the man page 2011-09-28 09:06:37 -05:00
stanley lieber 388e7781c2 mothra: add menu option to save url 2011-09-27 12:54:39 -05:00
cinap_lenrek 13304b7b96 html2ms, tcs, mothra, uhtml: threat ' as special entity, add uhtml(1) 2011-09-24 17:06:45 +02:00
stanley lieber 93ea257aa3 mothra: add keyboard command j to jump to page from the list of previously viewed pages 2011-09-23 22:54:03 -05:00
stanley lieber 126290e423 mothra: add keyboard command a to collapse/expand navigation boxes 2011-09-23 11:04:08 -05:00
stanley lieber 6999a3294d mothra(1): update man page 2011-09-22 22:45:47 -05:00
stanley lieber a0a42ebf3f pkg/create: include the program source in the package 2011-09-21 17:39:16 -05:00
stanley lieber c1be51432b pkg(1): man page corrections 2011-09-21 17:07:49 -05:00
cinap_lenrek 84e88b845c correcting source reference in page(1) 2011-09-16 04:58:17 +02:00