acme(1): remove references to awd

This commit is contained in:
cinap_lenrek 2016-06-30 01:07:03 +02:00
parent 828ec57d65
commit 6c7829092e

View file

@ -1,6 +1,6 @@
.TH ACME 1 .TH ACME 1
.SH NAME .SH NAME
acme, win, awd \- interactive text windows acme, win \- interactive text windows
.SH SYNOPSIS .SH SYNOPSIS
.B acme .B acme
[ [
@ -29,11 +29,6 @@ acme, win, awd \- interactive text windows
[ [
.I command .I command
] ]
.LP
.B awd
[
.I label
]
.SH DESCRIPTION .SH DESCRIPTION
.I Acme .I Acme
manages windows of text that may be edited interactively or by external programs. manages windows of text that may be edited interactively or by external programs.
@ -624,21 +619,6 @@ Executing text in a
window with button window with button
2 is similar to using 2 is similar to using
.BR Send . .BR Send .
.PP
.I Awd
loads the tag line of its window with the directory in which it's running, suffixed
.BI - label
(default
.BR rc );
it is
intended to be executed by a
.B cd
function for use in
.I win
windows. An example definition is
.EX
fn cd { builtin cd $1 && awd $sysname }
.EE
.SS "Applications and guide files .SS "Applications and guide files
In the directory In the directory
.B /acme .B /acme
@ -677,8 +657,6 @@ when it starts; this is where
.IR acme -specific .IR acme -specific
programs such as programs such as
.I win .I win
and
.I awd
reside. reside.
.SH FILES .SH FILES
.TF $home/acme.dump .TF $home/acme.dump
@ -707,8 +685,6 @@ MIPS-specific binaries for applications
.B /sys/src/cmd/acme .B /sys/src/cmd/acme
.br .br
.B /acme/bin/source/win .B /acme/bin/source/win
.br
.B /sys/src/cmd/awd.c
.SH SEE ALSO .SH SEE ALSO
.IR acme (4) .IR acme (4)
.br .br