diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /lib/libedit/editrc.5 | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'lib/libedit/editrc.5')
-rw-r--r-- | lib/libedit/editrc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 6ea7b1b6684..044b0271e99 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.7 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: editrc.5,v 1.8 1999/07/09 13:35:25 aaron Exp $ .\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -62,7 +62,7 @@ Refer to .Sx BUILT-IN COMMANDS for more information. .Pp -.Ar prog +.Ar prog is the program name string that a program defines when it calls .Xr el_init 3 to setup @@ -118,11 +118,11 @@ Options include: .It Fl e Bind all keys to the standard GNU Emacs-like bindings. .It Fl v -Bind all keys to the standard +Bind all keys to the standard .Xr vi 1 -like bindings. .It Fl a -List or change key bindings in the +List or change key bindings in the .Xr vi 1 mode alternate (command mode) key map. .It Fl k |