From f6326324bbf40254430a1f3ed7b2270f56ca3663 Mon Sep 17 00:00:00 2001 From: Martin Heinen Date: Fri, 14 Jan 2005 17:04:36 +0000 Subject: [PATCH] Reorder SYSV* options to match GENERIC in 5.X. Submitted by: Joel Dahl --- .../books/handbook/kernelconfig/chapter.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 74522b6123..ea8d869ba0 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -858,16 +858,16 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT + options SYSVMSG # SYSV-style message queues + + Support for System V messages. This option only adds + a few hundred bytes to the kernel. + options SYSVSEM # SYSV-style semaphores Support for System V semaphores. Less commonly used but only adds a few hundred bytes to the kernel. - options SYSVMSG # SYSV-style message queues - - Support for System V messages. Again, this option only adds - a few hundred bytes to the kernel. - The option of the &man.ipcs.1; command will list any processes using each of these System V facilities.