From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/label.html | 117 ---------------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 man/man1/label.html (limited to 'man/man1/label.html') diff --git a/man/man1/label.html b/man/man1/label.html deleted file mode 100644 index 8c7999d4..00000000 --- a/man/man1/label.html +++ /dev/null @@ -1,117 +0,0 @@ - -label(1) - Plan 9 from User Space - - - - -
-
-
LABEL(1)LABEL(1) -
-
-

NAME
- -
- - label, awd – set window label
- -
-

SYNOPSIS
- -
- - label string
-
awd
-
-
-

DESCRIPTION
- -
- - Label sets the label of the current win (see acme(1)) or X terminal - window (e.g., 9term(1) or xterm(1)) by echoing a special control - sequence to standard output. -
- - Acme and 9term windows assume the label is a directory name. When - unrooted file names are plumbed in the window, they are evaluated - relative to the directory named in the label.
- -
-

EXAMPLE
- -
- - One can use the following sh(1) function to keep the label up-to-date - in response to cd commands:
- -
- - _cd () {
- -
- - \cd "$@" &&
- case $− in
- *i*)
- awd
- esac
- -
- }
- alias cd=_cd
- cd .
- -
-
- -
- Rc(1) installs a similar fn cd at startup if there is not already - a function named cd:
- -
- - fn cd {
- -
- - builtin cd $1 && flag i && awd
- -
- }
-
-
- -
-

SOURCE
- -
- - /usr/local/plan9/bin/label
- /usr/local/plan9/bin/awd
-
-
-

BUGS
- -
- - Awd is also documented in acme(1). -
- - Awd does not append the label suffix that it does on Plan 9.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3