diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-17 14:08:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-17 14:08:05 +0000 |
commit | adce2e62e0acc65697b067e9179d2d311b86b81e (patch) | |
tree | 699c12154422994b25c10446bb6e197fd1662bbb | |
parent | 55c240265aeabb26a949430c3e0e27635fcfeb73 (diff) |
need to escape `-' to produce an en-dash;
-rw-r--r-- | share/man/man4/man4.zaurus/zkbd.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.zaurus/zkbd.4 b/share/man/man4/man4.zaurus/zkbd.4 index 1735865ad8a..e6d70b22acb 100644 --- a/share/man/man4/man4.zaurus/zkbd.4 +++ b/share/man/man4/man4.zaurus/zkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zkbd.4,v 1.14 2005/11/17 05:41:42 uwe Exp $ +.\" $OpenBSD: zkbd.4,v 1.15 2005/11/17 14:08:04 jmc Exp $ .\" .\" Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> .\" @@ -85,7 +85,7 @@ All keyboard input (including the On/Off key) is ignored if the display is shut. .Pp Additional keys can be generated by a remote control plugged into the -headphone jack - see +headphone jack \- see .Xr zrc 4 . For information on the use and configuration of the keyboard refer to .Xr wskbd 4 . |