summaryrefslogtreecommitdiff
path: root/usr.bin/fgen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
commit954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch)
tree871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/fgen
parent7da7265de4dc122cf4762c2707b245904c8acdd7 (diff)
- section reorder
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
Diffstat (limited to 'usr.bin/fgen')
-rw-r--r--usr.bin/fgen/fgen.111
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/fgen/fgen.1 b/usr.bin/fgen/fgen.1
index 3c8d8a44a9d..1d3540bdafb 100644
--- a/usr.bin/fgen/fgen.1
+++ b/usr.bin/fgen/fgen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgen.1,v 1.1 2001/08/17 21:31:02 jason Exp $
+.\" $OpenBSD: fgen.1,v 1.2 2003/06/10 09:12:10 jmc Exp $
.\" $NetBSD: fgen.1,v 1.6 2001/06/13 10:46:05 wiz Exp $
.\"
.\" Copyright (c) 1998 Eduardo Horvath, All Rights Reserved.
@@ -56,9 +56,10 @@ Reads Forth source and generates tokenized FCode object file.
.\" .Sh STANDARDS
.\" .Sh HISTORY
.Sh AUTHORS
-Written by Eduardo E. Horvath <eeh@one-o.com>
+Written by
+.An Eduardo E. Horvath Aq eeh@one-o.com
.Sh BUGS
-String escape sequences are not recognized so things such as
+String escape sequences are not recognized so things such as
.Pp
.Li \&" foo \&"\&(01 02\&) \&"n \&"
.Pp
@@ -66,8 +67,8 @@ will result in the string
.Pp
.Dq foo \&"\&(01 02\&) \&"n .
.Pp
-Hexadecimal numbers with dots in them such as
-.Li 100.0000
+Hexadecimal numbers with dots in them such as
+.Li 100.0000
are not parsed.
.Pp
Permissions on the output file are often incorrect.