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/src.html | 99 ------------------------------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 man/man1/src.html (limited to 'man/man1/src.html') diff --git a/man/man1/src.html b/man/man1/src.html deleted file mode 100644 index cd8334ec..00000000 --- a/man/man1/src.html +++ /dev/null @@ -1,99 +0,0 @@ - -src(1) - Plan 9 from User Space - - - - -
-
-
SRC(1)SRC(1) -
-
-

NAME
- -
- - src – find source code for executable
- -
-

SYNOPSIS
- -
- - src [ −n ] [ −s symbol ] file ...
-
-
-

DESCRIPTION
- -
- - Src examines the named files to find the corresponding source - code, which is then sent to the editor using B (see sam(1)). If - file is an rc(1) script, the source is the file itself. If file - is an executable, the source is defined to be the single file - containing the definition of main and src will point the editor - at the line that - begins the definition. Src uses db(1) to extract the symbol table - information that identifies the source. -
- - Src looks for each file in the current directory, in /bin, and - in the subdirectories of /bin, in that order. -
- - The −n flag causes src to print the file name but not send it - to the editor. The −s flag identifies a symbol other than main - to locate.
- -
-

EXAMPLES
- -
- - Find the source to the main routine in /bin/ed:
- -
- - src ed
- -
-
- -
- Find the source for strcmp:
- -
- - src −s strcmp rc
-
-
- -
-

SOURCE
- -
- - /usr/local/plan9/bin/src
-
-
-

SEE ALSO
- -
- - db(1), plumb(1), sam(1).
- -
- -

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