From 4093b9aa2efba5d8208a15712e2b83d7bea50319 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Sun, 25 Apr 1999 21:41:09 +0000 Subject: [PATCH] Make man page reflect reality on parsing rules. Now I know Jordan never read this man page... :-) --- sys/boot/common/loader.8 | 7 ++++--- sys/boot/i386/loader/loader.8 | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 2ed7acda28d0..93e027eda75e 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: loader.8,v 1.1 1999/03/15 08:52:23 dcs Exp $ +.\" $Id: loader.8,v 1.2 1999/04/20 21:15:12 des Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -399,9 +399,10 @@ All backslash characters are preprocessed. .Tn ASCII 11. .It -\ez is just skipped. +\ez is just skipped. Useful for things like +.Dq \e0xf\ez\e0xf . .It -\eN and \eNN are replaced by the hex N or NN. +\e0xN and \e0xNN are replaced by the hex N or NN. .It \eNNN is replaced by the octal NNN .Tn ASCII diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8 index 2ed7acda28d0..93e027eda75e 100644 --- a/sys/boot/i386/loader/loader.8 +++ b/sys/boot/i386/loader/loader.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: loader.8,v 1.1 1999/03/15 08:52:23 dcs Exp $ +.\" $Id: loader.8,v 1.2 1999/04/20 21:15:12 des Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -399,9 +399,10 @@ All backslash characters are preprocessed. .Tn ASCII 11. .It -\ez is just skipped. +\ez is just skipped. Useful for things like +.Dq \e0xf\ez\e0xf . .It -\eN and \eNN are replaced by the hex N or NN. +\e0xN and \e0xNN are replaced by the hex N or NN. .It \eNNN is replaced by the octal NNN .Tn ASCII