diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:21:53 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:21:53 +0200 |
commit | a584d9eb96636f0743b4d10150f34fc81fd4bb1b (patch) | |
tree | 69cbbf9239ea2df31f530f1b7f53dd20b70d7fef /sys/man/6 | |
parent | 986886f2b8ab4a7e1b3d66e99934d8fdab537be9 (diff) |
remove references to dec alpha from the manual
Diffstat (limited to 'sys/man/6')
-rw-r--r-- | sys/man/6/a.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/6/a.out b/sys/man/6/a.out index 88a7f47ee..50ceb892a 100644 --- a/sys/man/6/a.out +++ b/sys/man/6/a.out @@ -39,7 +39,7 @@ typedef struct Exec { #define E_MAGIC _MAGIC(0, 20) /* arm */ #define Q_MAGIC _MAGIC(0, 21) /* powerpc */ #define N_MAGIC _MAGIC(0, 22) /* mips 4000 LE */ -#define L_MAGIC _MAGIC(0, 23) /* dec alpha */ +#define L_MAGIC _MAGIC(0, 23) /* dec alpha (retired) */ #define P_MAGIC _MAGIC(0, 24) /* mips 3000 LE */ #define U_MAGIC _MAGIC(0, 25) /* sparc64 */ #define S_MAGIC _MAGIC(HDR_MAGIC, 26) /* amd64 */ |