Avoid use of 'you'

This commit is contained in:
ceriel
1991-11-22 13:18:57 +00:00
parent fad1c30409
commit 2b6f5b9b8d
8 changed files with 26 additions and 28 deletions

View File

@@ -126,10 +126,9 @@ and
.PP
.B C_busy
can be invoked in order
to detect whether EM code is currently being generated, i.e. whether you are
in between calls to
to detect whether EM code is currently being generated, i.e. whether
.B C_open
and
is invoked without a corresponding
.BR C_close .
If this is the case,
.B C_busy

View File

@@ -271,9 +271,9 @@ initialises for reading an "object file" from file descriptor
at its current position.
This is useful for reading an object that resides in an archive.
It returns 1 if it succeeds, 0 otherwise.
If you use this entry point for reading, you don't have to call
When using this entry point for reading,
.I rd_close
to close the file. You can close the file yourself.
does not have to be called.
.PP
.I Rd_rew_relo
rewinds the relocation part, so that it can be read again.
@@ -287,9 +287,10 @@ and interpretes them as an unsigned integer.
.I Rd_arhdr
returns 1 if a header was read, and 0 on end-of-file.
.PP
When using any of the reading routines, you must define a routine
When using any of the reading routines, a routine
named
.IB rd_fatal .
.I rd_fatal
must be defined.
It is called when a read fails, and is not supposed to return.
Likewise, a routine
.I wr_fatal