Re: Update elf(5)

2013-07-09 Thread Matthew Dempsky
Committed.  Thanks Simon!

On Tue, Jul 9, 2013 at 10:21 AM, Jason McIntyre  wrote:
> On Tue, Jul 09, 2013 at 07:07:03PM +0200, Marc Espie wrote:
>> On Tue, Jul 09, 2013 at 06:09:02PM +0200, Simon Kuhnle wrote:
>> > On Tue, Jul 09, 2013 at 12:29:10AM -0700, Matthew Dempsky wrote:
>> > > On Tue, Jul 9, 2013 at 12:22 AM, Marc Espie  wrote:
>> > > > Starting
>> > > > .Ox 5.4 ,
>> > > > all supported platforms use it as the native binary file format.
>> > >
>> > > I think "Starting *with* .Ox 5.4, ..." but otherwise ok matthew.
>> >
>> > Updated with your suggestions.
>> >
>> > Regards
>> > Simon
>> >
>> > Index: elf.5
>> > ===
>> > RCS file: /cvs/src/share/man/man5/elf.5,v
>> > retrieving revision 1.20
>> > diff -u -r1.20 elf.5
>> > --- elf.5   17 Jan 2013 21:54:18 -  1.20
>> > +++ elf.5   9 Jul 2013 16:07:27 -
>> > @@ -1355,9 +1355,10 @@
>> >  .Sh HISTORY
>> >  .Ox
>> >  ELF support first appeared in
>> > -.Ox 1.2 ,
>> > -although not all supported platforms use it as the native
>> > -binary file format.
>> > +.Ox 1.2 .
>> > +Starting with
>> > +.Ox 5.4 ,
>> > +all supported platforms use it as the native binary file format.
>> >  ELF in itself first appeared in
>> >  .At V .
>> >  The ELF format is an adopted standard.
>> Okay
>>
>
> ok.
> jmc
>



Re: Update elf(5)

2013-07-09 Thread Jason McIntyre
On Tue, Jul 09, 2013 at 07:07:03PM +0200, Marc Espie wrote:
> On Tue, Jul 09, 2013 at 06:09:02PM +0200, Simon Kuhnle wrote:
> > On Tue, Jul 09, 2013 at 12:29:10AM -0700, Matthew Dempsky wrote:
> > > On Tue, Jul 9, 2013 at 12:22 AM, Marc Espie  wrote:
> > > > Starting
> > > > .Ox 5.4 ,
> > > > all supported platforms use it as the native binary file format.
> > > 
> > > I think "Starting *with* .Ox 5.4, ..." but otherwise ok matthew.
> > 
> > Updated with your suggestions.
> > 
> > Regards
> > Simon
> > 
> > Index: elf.5
> > ===
> > RCS file: /cvs/src/share/man/man5/elf.5,v
> > retrieving revision 1.20
> > diff -u -r1.20 elf.5
> > --- elf.5   17 Jan 2013 21:54:18 -  1.20
> > +++ elf.5   9 Jul 2013 16:07:27 -
> > @@ -1355,9 +1355,10 @@
> >  .Sh HISTORY
> >  .Ox
> >  ELF support first appeared in
> > -.Ox 1.2 ,
> > -although not all supported platforms use it as the native
> > -binary file format.
> > +.Ox 1.2 .
> > +Starting with
> > +.Ox 5.4 ,
> > +all supported platforms use it as the native binary file format.
> >  ELF in itself first appeared in
> >  .At V .
> >  The ELF format is an adopted standard.
> Okay
> 

ok.
jmc



Re: Update elf(5)

2013-07-09 Thread Marc Espie
On Tue, Jul 09, 2013 at 06:09:02PM +0200, Simon Kuhnle wrote:
> On Tue, Jul 09, 2013 at 12:29:10AM -0700, Matthew Dempsky wrote:
> > On Tue, Jul 9, 2013 at 12:22 AM, Marc Espie  wrote:
> > > Starting
> > > .Ox 5.4 ,
> > > all supported platforms use it as the native binary file format.
> > 
> > I think "Starting *with* .Ox 5.4, ..." but otherwise ok matthew.
> 
> Updated with your suggestions.
> 
> Regards
>   Simon
> 
> Index: elf.5
> ===
> RCS file: /cvs/src/share/man/man5/elf.5,v
> retrieving revision 1.20
> diff -u -r1.20 elf.5
> --- elf.5 17 Jan 2013 21:54:18 -  1.20
> +++ elf.5 9 Jul 2013 16:07:27 -
> @@ -1355,9 +1355,10 @@
>  .Sh HISTORY
>  .Ox
>  ELF support first appeared in
> -.Ox 1.2 ,
> -although not all supported platforms use it as the native
> -binary file format.
> +.Ox 1.2 .
> +Starting with
> +.Ox 5.4 ,
> +all supported platforms use it as the native binary file format.
>  ELF in itself first appeared in
>  .At V .
>  The ELF format is an adopted standard.
Okay



Re: Update elf(5)

2013-07-09 Thread Simon Kuhnle
On Tue, Jul 09, 2013 at 12:29:10AM -0700, Matthew Dempsky wrote:
> On Tue, Jul 9, 2013 at 12:22 AM, Marc Espie  wrote:
> > Starting
> > .Ox 5.4 ,
> > all supported platforms use it as the native binary file format.
> 
> I think "Starting *with* .Ox 5.4, ..." but otherwise ok matthew.

Updated with your suggestions.

Regards
Simon

Index: elf.5
===
RCS file: /cvs/src/share/man/man5/elf.5,v
retrieving revision 1.20
diff -u -r1.20 elf.5
--- elf.5   17 Jan 2013 21:54:18 -  1.20
+++ elf.5   9 Jul 2013 16:07:27 -
@@ -1355,9 +1355,10 @@
 .Sh HISTORY
 .Ox
 ELF support first appeared in
-.Ox 1.2 ,
-although not all supported platforms use it as the native
-binary file format.
+.Ox 1.2 .
+Starting with
+.Ox 5.4 ,
+all supported platforms use it as the native binary file format.
 ELF in itself first appeared in
 .At V .
 The ELF format is an adopted standard.



Re: Update elf(5)

2013-07-09 Thread Matthew Dempsky
On Tue, Jul 9, 2013 at 12:22 AM, Marc Espie  wrote:
> Starting
> .Ox 5.4 ,
> all supported platforms use it as the native binary file format.

I think "Starting *with* .Ox 5.4, ..." but otherwise ok matthew.



Re: Update elf(5)

2013-07-09 Thread Marc Espie
On Mon, Jul 08, 2013 at 11:36:14PM -0700, Matthew Dempsky wrote:
> Might be nice to mention that 5.4 'was' the first release that used
> ELF on all platforms?


Starting
.Ox 5.4 ,
all supported platforms use it as the native binary file format.

> On Mon, Jul 8, 2013 at 11:16 PM, Simon Kuhnle  wrote:
> > With VAX being an ELF platform, this is no longer true, is it?
> >
> > Regards
> > Simon
> >
> > Index: elf.5
> > ===
> > RCS file: /cvs/src/share/man/man5/elf.5,v
> > retrieving revision 1.20
> > diff -u -r1.20 elf.5
> > --- elf.5   17 Jan 2013 21:54:18 -  1.20
> > +++ elf.5   9 Jul 2013 06:14:54 -
> > @@ -1355,9 +1355,7 @@
> >  .Sh HISTORY
> >  .Ox
> >  ELF support first appeared in
> > -.Ox 1.2 ,
> > -although not all supported platforms use it as the native
> > -binary file format.
> > +.Ox 1.2 .
> >  ELF in itself first appeared in
> >  .At V .
> >  The ELF format is an adopted standard.
> >



Re: Update elf(5)

2013-07-08 Thread Matthew Dempsky
Might be nice to mention that 5.4 'was' the first release that used
ELF on all platforms?

On Mon, Jul 8, 2013 at 11:16 PM, Simon Kuhnle  wrote:
> With VAX being an ELF platform, this is no longer true, is it?
>
> Regards
> Simon
>
> Index: elf.5
> ===
> RCS file: /cvs/src/share/man/man5/elf.5,v
> retrieving revision 1.20
> diff -u -r1.20 elf.5
> --- elf.5   17 Jan 2013 21:54:18 -  1.20
> +++ elf.5   9 Jul 2013 06:14:54 -
> @@ -1355,9 +1355,7 @@
>  .Sh HISTORY
>  .Ox
>  ELF support first appeared in
> -.Ox 1.2 ,
> -although not all supported platforms use it as the native
> -binary file format.
> +.Ox 1.2 .
>  ELF in itself first appeared in
>  .At V .
>  The ELF format is an adopted standard.
>



Update elf(5)

2013-07-08 Thread Simon Kuhnle
With VAX being an ELF platform, this is no longer true, is it?

Regards
Simon

Index: elf.5
===
RCS file: /cvs/src/share/man/man5/elf.5,v
retrieving revision 1.20
diff -u -r1.20 elf.5
--- elf.5   17 Jan 2013 21:54:18 -  1.20
+++ elf.5   9 Jul 2013 06:14:54 -
@@ -1355,9 +1355,7 @@
 .Sh HISTORY
 .Ox
 ELF support first appeared in
-.Ox 1.2 ,
-although not all supported platforms use it as the native
-binary file format.
+.Ox 1.2 .
 ELF in itself first appeared in
 .At V .
 The ELF format is an adopted standard.