aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-19 17:58:26 +0000
committerrsc <devnull@localhost>2005-07-19 17:58:26 +0000
commit86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec (patch)
treefee7d7a2594f06802ddd97858cd84d71062e5d8e /man
parent56177a9cba6545a0dcc967934d662ad8c4f02787 (diff)
downloadplan9port-86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec.tar.gz
plan9port-86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec.tar.bz2
plan9port-86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec.zip
update
Diffstat (limited to 'man')
-rw-r--r--man/man1/0intro.127
-rw-r--r--man/man1/hist.12
-rw-r--r--man/man3/venti-file.32
3 files changed, 18 insertions, 13 deletions
diff --git a/man/man1/0intro.1 b/man/man1/0intro.1
index 42e1caf2..9cab9cbf 100644
--- a/man/man1/0intro.1
+++ b/man/man1/0intro.1
@@ -127,6 +127,8 @@ The
.IR 9p (1)
client can be used in shell scripts or by hand to carry out
simple interactions with servers.
+.IR Netfiles (1)
+is an experimental client for acme.
.SS External databases
Some programs rely on large databases that would be
cumbersome to include in every release.
@@ -205,17 +207,16 @@ Of the more recent additions to Plan 9,
.IR factotum (4),
.IR secstore (1),
and
-.IR secstored (1)
-are all ported.
-.IR Vac (1)
+.IR secstored (1),
+.IR vac (1),
+.IR vacfs (4),
and
-.IR vacfs (4)
-have also been ported;
-.IR venti
-is in progress.
+.IR venti (8)
+are all ported.
.PP
A backup system providing a dump file system built atop Venti
-is in progress.
+is in progress; see
+.IR vbackup (8).
.SS Porting to new systems
Porting the tree to new operating systems or architectures
should be straightforward, as system-specific code has been
@@ -287,8 +288,9 @@ describes user-level file servers.
describes file formats and protocols.
(On Unix, section (5) is technically for file formats but
seems now to be used for describing specific files.)
-.\" .PP
-.\" Section (8) describes commands used for system administration.
+.PP
+.HR ../man8 "Section (8)
+describes commands used for system administration.
.PP
.HR ../man9 "Section (9p)
describes the Plan 9 file protocol 9P.
@@ -333,12 +335,15 @@ network in
.IR searchpath (3),
.IR sendfd (3),
.IR udpread (3),
+.IR venti (3),
.IR wait (3),
.IR wctl (3)
.IP
.IR intro (4),
.IR 9pserve (4),
-.IR import (4)
+.IR import (4),
+.IP
+.IR vbackup (8)
.IP
.IR openfd (9p)
.SH DIAGNOSTICS
diff --git a/man/man1/hist.1 b/man/man1/hist.1
index 2056c5dc..82175e7e 100644
--- a/man/man1/hist.1
+++ b/man/man1/hist.1
@@ -1,6 +1,6 @@
.TH HIST 1
.SH NAME
-hist \- print file names from the dump
+hist, history \- print file names from the dump
.SH SYNOPSIS
.B hist
[
diff --git a/man/man3/venti-file.3 b/man/man3/venti-file.3
index 690fd45c..5378bf5c 100644
--- a/man/man3/venti-file.3
+++ b/man/man3/venti-file.3
@@ -37,7 +37,7 @@ VtFile* vtfileopenroot(VtCache *c, VtEntry *e);
VtFile* vtfileopen(VtFile *f, u32int n, int mode);
.PP
.B
-VtFile* vtfilecreate(VtFile *f, int psize, int dsize, int dir);
+VtFile* vtfilecreate(VtFile *f, int psize, int dsize, int type);
.PP
.B
void vtfileincref(VtFile *f);