diff options
author | 2003-05-28 19:14:42 +0000 | |
---|---|---|
committer | 2003-05-28 19:14:42 +0000 | |
commit | 042cc71d71b73edd85d60032e91d3b36a7d2b7bb (patch) | |
tree | 3dc3c30a49381f79e082428c9786f8cad9fe06f7 | |
parent | more.o needs to depend on morehelp.h since "make clean" removes morehelp.h. (diff) | |
download | wireguard-openbsd-042cc71d71b73edd85d60032e91d3b36a7d2b7bb.tar.xz wireguard-openbsd-042cc71d71b73edd85d60032e91d3b36a7d2b7bb.zip |
No more help file, add /usr/bin/vi to FILES section
-rw-r--r-- | distrib/special/more/more.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/more/more.1 b/distrib/special/more/more.1 index 4134f8aa156..a9c8adb0ff0 100644 --- a/distrib/special/more/more.1 +++ b/distrib/special/more/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.2 2003/05/28 15:49:32 millert Exp $ +.\" $OpenBSD: more.1,v 1.3 2003/05/28 19:14:42 millert Exp $ .\" .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. @@ -349,8 +349,8 @@ Editor used in preference to that specified by .Bl -tag -width /usr/share/misc/omore.helpXX -compact .It Pa /usr/share/misc/termcap Terminal data base -.It Pa /usr/share/misc/omore.help -Help file +.It Pa /usr/bin/vi +Default editor .El .Sh EXAMPLES A sample usage of |