diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
commit | f7cc93166ae25dc6936b7115f4196030c1eca288 (patch) | |
tree | 0041ccc3b41647cbe220cd743e53c770f03d3317 /persistency.mdwn | |
parent | c27c0f96b9ca6898064d5bdbbc79c4475ee7c65a (diff) | |
download | web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.gz web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.bz2 web-f7cc93166ae25dc6936b7115f4196030c1eca288.zip |
UNIX.
Diffstat (limited to 'persistency.mdwn')
-rw-r--r-- | persistency.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/persistency.mdwn b/persistency.mdwn index 5bd4f524..17176708 100644 --- a/persistency.mdwn +++ b/persistency.mdwn @@ -9,8 +9,8 @@ is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] A persistent object is an object that survives reboot. -On Unix, files and directories are persistent but -processes and file descriptors are not. EROS is +On [[Unix]], files and directories are persistent but +processes and file descriptors are not. [[microkernel/EROS]] is an example of an orthogonally persistent system: processes and capabilities also survive reboot. To a process, it generally only looks as if it had not been |