changeset 487:754eda881cce

manual: fix NSS acronym NSS really should be 'named saved system' not 'segment' Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 20 Apr 2011 21:20:32 -0400
parents b08396f8a1d0
children 568a79480217
files doc/manual/cp-nss.tex
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/manual/cp-nss.tex	Wed Apr 20 21:10:58 2011 -0400
+++ b/doc/manual/cp-nss.tex	Wed Apr 20 21:20:32 2011 -0400
@@ -1,10 +1,10 @@
-\chapter{Named Saved Segments}
+\chapter{Named Saved Systems}
 \label{chap:cp-nss}
 \cbstart
 \note{HVF does not currently support NSS IPL and therefore the following is
 	the description of the design to be implemented.}
 
-A Named Saved Segment (NSS) is saved storage image that can be IPLed under a
+A Named Saved System (NSS) is saved storage image that can be IPLed under a
 given name.  The image can be reloaded and execution resumed.
 
 The contents of the storage image may be thought of as the contents of
@@ -22,7 +22,7 @@
 be paged out.  Instead, they may be simply discarded and later reloaded from
 the NSS.
 
-\section{Named Saved Segment File Format}
+\section{Named Saved System File Format}
 Each NSS is saved in a single file using the ELF file format.  (See
 section~\ref{sec:elf} for ELF file format details.)