0.8.13.70: MORE DOCUMENTATION
[sbcl.git] / doc / manual / package-locks-basic.texinfo
index d5fa812..9470edc 100644 (file)
@@ -1,7 +1,9 @@
-@node Package Locks
-@chapter Package Locks
+SBCL can be built with support for package locks to protect against
+unintentional modifications of packages. The full documentation for
+package locks is only built if package locks are enabled in the image
+the documentation was built from,
 
-SBCL does not currently include package locking support by default. To
-build SBCL with package locking enabled add @code{:sb-package-locks}
-to target @code{*features*} as per instructions in the file
+Package locking support is currently not built by default. To build
+SBCL with package locking enabled add @code{:sb-package-locks} to
+target @code{*features*} as per instructions in the file
 @file{INSTALL}.