]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/abaco
ssh(1): initial documentation, needs examples for authentication
[plan9front.git] / sys / man / 1 / abaco
1 .TH ABACO 1
2 .SH NAME
3 abaco \- browse the World-Wide Web
4 .SH SYNOPSIS
5 .B abaco
6 [
7 .B -p
8 ] [
9 .B -c
10 .I ncols
11 ] [
12 .B -m
13 .I mtpt
14 ] [
15 .B -t
16 .I charset
17 ] [
18 .I url
19 ]
20 .SH DESCRIPTION
21 .I Abaco
22 is a lightweight web browser with the appearance of
23 .IR acme (1)
24 with
25 .I ncols
26 columns (one by default).
27 Given a
28 .IR url ,
29 it will start by displaying that page.
30 Clicking mouse button 3 on a link
31 opens it in a new
32 .I abaco
33 window.
34 .B -t
35 selects an alternate character set;
36 .B -m
37 an alternate mount point for
38 .IR webfs .
39 Normally the standard error of subshells is closed,
40 but
41 .B -p
42 prevents this.
43 .SH FILES
44 .TP 15
45 .B /mnt/web
46 default
47 .I webfs
48 mount point
49 .SH SOURCE
50 .B /sys/src/cmd/abaco
51 .SH SEE ALSO
52 .IR mothra (1),
53 .IR webfs (4)
54 .SH BUGS
55 .I Abaco
56 is a work in progress;
57 many features of giant web browsers are absent.