diff options
author | chris <chris@FreeBSD.org> | 1999-10-23 18:15:14 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-10-23 18:15:14 +0000 |
commit | 805cb5a69e2c78e91f5c08d937e88ee7109074c8 (patch) | |
tree | 9cb944062429fa0ca10d3298bf09d937a34ce2da | |
parent | 405fc1165a74f692670f70b4749507b6a98f08ec (diff) | |
download | FreeBSD-src-805cb5a69e2c78e91f5c08d937e88ee7109074c8.zip FreeBSD-src-805cb5a69e2c78e91f5c08d937e88ee7109074c8.tar.gz |
Fix a typo: ``maintain compatible'' -> ``maintain compatibility''
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ directly to him. See end of file for further details. The sigset_t datatype has been changed from an integral type to a compound type and can hold 128 signals. Syscalls directly or indirectly using the new sigset_t have been added as to - maintain compatible with existing binaries. A new kernel must + maintain compatibility with existing binaries. A new kernel must be made and installed and booted with before a make world can be done. |