[6123] in Athena Bugs
decmips 7.1H: man pages
daemon@ATHENA.MIT.EDU (janson@ATHENA.MIT.EDU)
Fri Sep 28 14:16:14 1990
From: janson@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Fri, 28 Sep 90 14:12:15 EDT
System name: scharoun
Type and version: KN01 7.1H
Display type: PM-MONO
What were you trying to do?
use the on-line documentation
What's wrong:
many word are missing from the displayed text. i believe they are those which
would have been printed with emphasis.
for example (read it carefully) :
------------------------------------------------------------------------------
end(3) UNIX Programmer's Manual end(3)
NAME
end, etext, edata - last locations in program
SYNTAX
extern end;
extern etext;
extern edata;
extern eprol;
DESCRIPTION
These names refer neither to routines nor to locations with
interesting contents. The address of is the first address
above the program text, above the initialized data region,
and is the first instruction of the user's program that fol-
lows the runtime startup routine.
When execution begins, the program break coincides with but
it is reset by the routines standard input/output the pro-
file (-p) option of and so forth. The current value of the
program break is reliably returned by sbrk(0). For further
information, see
SEE ALSO
cc(1), brk(2), malloc(3), stdio(3s)
Printed 8/10/90 RISC 1
----------------------------------------------------------------------------
What should have happened:
...
if there could be something wrong with my set-up to cause this to happen.
please advise me. i don't have any problems with rt or vax based systems,
to wit (from e40-008-7:)
----------------------------------------------------------------------------
END(3) UNIX Programmer's Manual END(3)
NAME
end, etext, edata - last locations in program
SYNOPSIS
extern end;
extern etext;
extern edata;
DESCRIPTION
These names refer neither to routines nor to locations with
interesting contents. The address of etext is the first
address above the program text, edata above the initialized
data region, and end above the uninitialized data region.
When execution begins, the program break coincides with end,
but it is reset by the routines brk(2), malloc(3), standard
input/output (stdio(3S)), the profile (-p) option of cc(1),
etc. The current value of the program break is reliably
returned by `sbrk(0)', see brk(2).
SEE ALSO
brk(2), malloc(3)
Printed 7/23/90 May 12, 1986 1
---------------------------------------------------------------------------