diff options
author | June McEnroe <june@causal.agency> | 2018-09-07 20:51:53 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-07 20:51:53 -0400 |
commit | 3c820af5efba99dfb7c3e7087c26809270192008 (patch) | |
tree | 95d0338538561dc1eeb74e233e3637aa62a76286 /bin/hnel.1 | |
parent | Add pbd.1 (diff) | |
download | src-3c820af5efba99dfb7c3e7087c26809270192008.tar.gz src-3c820af5efba99dfb7c3e7087c26809270192008.zip |
Use .Dl for examples
Diffstat (limited to '')
-rw-r--r-- | bin/hnel.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/hnel.1 b/bin/hnel.1 index 42d160da..fa46f1af 100644 --- a/bin/hnel.1 +++ b/bin/hnel.1 @@ -22,9 +22,7 @@ Type .Ic ^S to toggle remapping. .Sh EXAMPLES -.Bd -literal -hnel '[]{}' '{}[]' vim -.Ed +.Dl hnel '[]{}' '{}[]' vim .Sh SEE ALSO .Xr tr 1 , .Xr forkpty 3 |