diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-04-25 21:41:09 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-04-25 21:41:09 +0000 |
| commit | 4093b9aa2efba5d8208a15712e2b83d7bea50319 (patch) | |
| tree | 40463b47158d949c05ad21a5ebbfd198f674658f /sys | |
| parent | 426e9c1dcc6b3d9d4a5ad436aecaa1c2f9d29e17 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/loader.8 | 7 | ||||
| -rw-r--r-- | 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 2ed7acda28d04..93e027eda75e2 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 2ed7acda28d04..93e027eda75e2 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 |
