From f48ae8296ea507e978f0eac606eba0f171e03261 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 8 Jul 2004 16:07:22 +0000 Subject: [PATCH] Use and tags instead of where it seems more appropriate. PR: docs/68718 Submitted by: Brad Davis --- en_US.ISO8859-1/books/handbook/basics/chapter.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml index 6ffd08237c..d7b8389294 100644 --- a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml @@ -2161,13 +2161,13 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse emacs FreeBSD also comes with more powerful text editors such as - vi as part of the base system, while other editors, like - emacs and vim, - are part of the FreeBSD Ports Collection. These editors offer much + vi as part of the base system, while other editors, like + Emacs and vim, + are part of the FreeBSD Ports Collection (editors/emacs and vim. These editors offer much more functionality and power at the expense of being a little more complicated to learn. However if you plan on doing a lot of text editing, learning a more powerful editor such as - vim or emacs + vim or Emacs will save you much more time in the long run.