update
This commit is contained in:
parent
56177a9cba
commit
86a1a5e7b3
3 changed files with 18 additions and 13 deletions
|
|
@ -127,6 +127,8 @@ The
|
||||||
.IR 9p (1)
|
.IR 9p (1)
|
||||||
client can be used in shell scripts or by hand to carry out
|
client can be used in shell scripts or by hand to carry out
|
||||||
simple interactions with servers.
|
simple interactions with servers.
|
||||||
|
.IR Netfiles (1)
|
||||||
|
is an experimental client for acme.
|
||||||
.SS External databases
|
.SS External databases
|
||||||
Some programs rely on large databases that would be
|
Some programs rely on large databases that would be
|
||||||
cumbersome to include in every release.
|
cumbersome to include in every release.
|
||||||
|
|
@ -205,17 +207,16 @@ Of the more recent additions to Plan 9,
|
||||||
.IR factotum (4),
|
.IR factotum (4),
|
||||||
.IR secstore (1),
|
.IR secstore (1),
|
||||||
and
|
and
|
||||||
.IR secstored (1)
|
.IR secstored (1),
|
||||||
are all ported.
|
.IR vac (1),
|
||||||
.IR Vac (1)
|
.IR vacfs (4),
|
||||||
and
|
and
|
||||||
.IR vacfs (4)
|
.IR venti (8)
|
||||||
have also been ported;
|
are all ported.
|
||||||
.IR venti
|
|
||||||
is in progress.
|
|
||||||
.PP
|
.PP
|
||||||
A backup system providing a dump file system built atop Venti
|
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
|
.SS Porting to new systems
|
||||||
Porting the tree to new operating systems or architectures
|
Porting the tree to new operating systems or architectures
|
||||||
should be straightforward, as system-specific code has been
|
should be straightforward, as system-specific code has been
|
||||||
|
|
@ -287,8 +288,9 @@ describes user-level file servers.
|
||||||
describes file formats and protocols.
|
describes file formats and protocols.
|
||||||
(On Unix, section (5) is technically for file formats but
|
(On Unix, section (5) is technically for file formats but
|
||||||
seems now to be used for describing specific files.)
|
seems now to be used for describing specific files.)
|
||||||
.\" .PP
|
.PP
|
||||||
.\" Section (8) describes commands used for system administration.
|
.HR ../man8 "Section (8)
|
||||||
|
describes commands used for system administration.
|
||||||
.PP
|
.PP
|
||||||
.HR ../man9 "Section (9p)
|
.HR ../man9 "Section (9p)
|
||||||
describes the Plan 9 file protocol 9P.
|
describes the Plan 9 file protocol 9P.
|
||||||
|
|
@ -333,12 +335,15 @@ network in
|
||||||
.IR searchpath (3),
|
.IR searchpath (3),
|
||||||
.IR sendfd (3),
|
.IR sendfd (3),
|
||||||
.IR udpread (3),
|
.IR udpread (3),
|
||||||
|
.IR venti (3),
|
||||||
.IR wait (3),
|
.IR wait (3),
|
||||||
.IR wctl (3)
|
.IR wctl (3)
|
||||||
.IP
|
.IP
|
||||||
.IR intro (4),
|
.IR intro (4),
|
||||||
.IR 9pserve (4),
|
.IR 9pserve (4),
|
||||||
.IR import (4)
|
.IR import (4),
|
||||||
|
.IP
|
||||||
|
.IR vbackup (8)
|
||||||
.IP
|
.IP
|
||||||
.IR openfd (9p)
|
.IR openfd (9p)
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.TH HIST 1
|
.TH HIST 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hist \- print file names from the dump
|
hist, history \- print file names from the dump
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B hist
|
.B hist
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ VtFile* vtfileopenroot(VtCache *c, VtEntry *e);
|
||||||
VtFile* vtfileopen(VtFile *f, u32int n, int mode);
|
VtFile* vtfileopen(VtFile *f, u32int n, int mode);
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
VtFile* vtfilecreate(VtFile *f, int psize, int dsize, int dir);
|
VtFile* vtfilecreate(VtFile *f, int psize, int dsize, int type);
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
void vtfileincref(VtFile *f);
|
void vtfileincref(VtFile *f);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue