diff --git a/handbook/porting.sgml b/handbook/porting.sgml index cbecbfee6f..fda57b5a0d 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -57,8 +57,8 @@ well commented, and you will still gain much knowledge from it.

to the proper place in the .c file. We believe that every system that defines these to symbols has sys/param.h. If you find - a system that doesn't, we would like to know. Please send mail to - . + a system that doesn't, we would like to know. Please send + mail to &a.ports;.

Another way is to use the GNU Autoconf style of doing this: @@ -1513,10 +1513,9 @@ pgsql:*:71:246:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh msql:*:80:249:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh -

Please send a notice to if - you submit or commit a port that allocates a new UID in this - range so we can keep this list up to date. +

Please send a notice to &a.ports; if you submit or commit a + port that allocates a new UID in this range so we can keep + this list up to date. If you are stuck....