From 53e9cd78a1778313ad6c824a55fbf7520b84c5b0 Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Tue, 8 Mar 2011 09:47:13 +0000 Subject: [PATCH] - fix typos PR: docs/155366 Submitted by: eadler --- en_US.ISO8859-1/articles/committers-guide/article.sgml | 2 +- en_US.ISO8859-1/books/handbook/jails/chapter.sgml | 2 +- en_US.ISO8859-1/books/handbook/security/chapter.sgml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index c6fa8dd20d..7145b899a8 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -1762,7 +1762,7 @@ docs:Documentation Bug:freebsd-doc: A short guide about fixes which are committed to the &os; source tree after being detected by &coverity.prevent; and - analyzed by an &os; developer. + analyzed by a &os; developer. diff --git a/en_US.ISO8859-1/books/handbook/jails/chapter.sgml b/en_US.ISO8859-1/books/handbook/jails/chapter.sgml index 6d48ce6f5b..bfa0ef32e7 100644 --- a/en_US.ISO8859-1/books/handbook/jails/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/jails/chapter.sgml @@ -119,7 +119,7 @@ hosted (system, process, user, etc.) A process, user or other entity, whose access to resources is - restricted by an &os; jail. + restricted by a &os; jail. diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml index d6e147c1cb..33a477dbf9 100644 --- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml @@ -608,7 +608,7 @@ and the value of the kern_securelevel variable to the desired secure level. - The default secure level of an &os; system right after the startup + The default secure level of a &os; system right after the startup scripts are done is -1. This is called insecure mode because immutable file flags may be turned off, all devices may be read from or written to, and so on.