=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/more.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/less/more.1 2014/04/12 16:41:10 1.11 --- src/usr.bin/less/more.1 2014/04/12 18:13:49 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: more.1,v 1.11 2014/04/12 16:41:10 schwarze Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: more.1,v 1.12 2014/04/12 18:13:49 millert Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 170,177 **** .It Ic / Ns Ar pattern Search forward in the file for the N-th line containing the pattern. N defaults to 1. ! The pattern is a regular expression, as recognized by ! .Xr ed 1 . The search starts at the second line displayed. .It Ic ?\& Ns Ar pattern Search backward in the file for the N-th line containing the pattern. --- 170,179 ---- .It Ic / Ns Ar pattern Search forward in the file for the N-th line containing the pattern. N defaults to 1. ! The pattern is a basic regular expression (BRE). ! See ! .Xr re_format 7 ! for more information on regular expressions. The search starts at the second line displayed. .It Ic ?\& Ns Ar pattern Search backward in the file for the N-th line containing the pattern. *************** *** 267,273 **** .Sh SEE ALSO .Xr ctags 1 , .Xr less 1 , ! .Xr vi 1 .Sh STANDARDS The .Nm --- 269,276 ---- .Sh SEE ALSO .Xr ctags 1 , .Xr less 1 , ! .Xr vi 1 , ! .Xr re_format 7 .Sh STANDARDS The .Nm