diff options
author | ethan <ethan@vx32vardo> | 2013-07-05 21:51:35 +0100 |
---|---|---|
committer | ethan <ethan@vx32vardo> | 2013-07-05 21:51:35 +0100 |
commit | 0e9a80d129306202e31e9ed253b75b9b06703a86 (patch) | |
tree | 0141d8ed52f9c78e33f8ebbf281d0d2125c55108 /sys/man/1 | |
parent | 6fd3e90d85b43e4d7d97d11d282946d11d22183a (diff) | |
parent | 252b0ff3c9b17628e641f2e9eb84468fb8975a6e (diff) |
merge
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/jpg | 29 | ||||
-rw-r--r-- | sys/man/1/sysinfo | 24 | ||||
-rw-r--r-- | sys/man/1/vnc | 35 |
3 files changed, 41 insertions, 47 deletions
diff --git a/sys/man/1/jpg b/sys/man/1/jpg index 9ec0153fc..e242fa6e8 100644 --- a/sys/man/1/jpg +++ b/sys/man/1/jpg @@ -1,6 +1,6 @@ .TH JPG 1 .SH NAME -jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, topng, toico \- view and convert pictures +jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, topng, toico \- view and convert pictures .SH SYNOPSIS .B jpg [ @@ -23,6 +23,13 @@ jpg, gif, png, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm, top .I file ... ] .br +.B tif +[ +.B -39cdektv +] [ +.I file ... +] +.br .B ppm [ .B -39cdektv @@ -137,6 +144,7 @@ These programs read, display, and write image files in public formats. .IR Jpg , .IR gif , .IR png , +.IR tif , .IR ppm , .IR bmp , .IR tga , @@ -156,8 +164,14 @@ read Plan 9 images files, convert them to JPEG, GIF, PPM, or PNG, and write them The default behavior of .IR jpg , .IR gif , +.IR png , +.IR tif , +.IR ppm , +.IR bmp , +.IR tga , +.IR v210 , and -.IR ppm +.IR yuv is to display the .IR file , or standard input if no file is named. @@ -227,11 +241,12 @@ The input is a motion JPEG file, with multiple images representing frames of the .PP The .IR tojpg , -.IR togif -and +.IR togif , .IR toppm -programs go the other way: they convert from Plan 9 images to JPEG, GIF and PPM, -and have no display capability. +and +.IR topng +programs go the other way: they convert from Plan 9 images to JPEG, GIF, +PPM and PNG and have no display capability. They all accept an option .B -c to set the comment field of the resulting file. @@ -323,6 +338,8 @@ space in the image. The icon file is written to standard output. .br .B http://www.w3.org/TR/2003/REC-PNG-20031110 .br +.B http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf +.br .B http://netpbm.sourceforge.net/doc/ppm.html .br .B http://en.wikipedia.org/wiki/Windows_bitmap diff --git a/sys/man/1/sysinfo b/sys/man/1/sysinfo index 1ecef1d74..01f96517f 100644 --- a/sys/man/1/sysinfo +++ b/sys/man/1/sysinfo @@ -4,7 +4,10 @@ sysinfo, sysupdate \- report information about, update the system .SH SYNOPSIS .B sysinfo [ -.B -m +.B -e e-mail +] +[ +.B -p ] .br .B sysupdate @@ -19,11 +22,20 @@ the running system, concatenating the output to stdout. .PP The -.B -m -flag causes the output to be piped to a mail command, -whose recipient is -.B hardware@9front.org. -This flag is useful for reporting new installs to the +.B -p +flag causes the output to be posted at a website +archive, +.B http://sysinfo.9front.org, +which in turn forwards the message to a +mailing list, +.B 9front-sysinfo@9front.org. +A URL pointing to the archived output is returned. +The +.B -e +flag causes a reply-to e-mail address to be included +in the message (the e-mail address is not divulged +to the mailing list). +These flags are useful for reporting new installs to the development team. .PP .I Sysupdate diff --git a/sys/man/1/vnc b/sys/man/1/vnc index 49cbe0eb5..fbf1f5373 100644 --- a/sys/man/1/vnc +++ b/sys/man/1/vnc @@ -194,41 +194,6 @@ start TLS on the connection. .B -v print verbose output to standard error. .PD -.PP -The VNC protocol represents keyboard input as -key up/down events. -Plan 9 does not expose the state of the -Ctl and Shift keys except as it can be inferred -from receipt of control or shifted characters. -It does not expose the state of the Alt key at all, -since the Alt key is used to compose Unicode characters -(see -.IR keyboard (6)). -.I Vncv -correctly handles the sending of control and shifted -characters. -To support systems that use key sequences like Alt-X -(or worse, Alt-mouse-click), typing the Plan 9 compose -sequences -.B Alt -.B Z -.B A -(for Alt), -.B Alt -.B Z -.B C -(for Ctrl), -and -.B Alt -.B Z -.B S -(for Shift) -will send a ``key down'' message for -the given key. -A corresponding ``key up'' message -will be sent after the next key is pressed, -or when the sequence is retyped, -whichever happens first. .SH SOURCE .B /sys/src/cmd/vnc .SH "SEE ALSO |