=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.cgi.8,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/mandoc/man.cgi.8 2014/08/26 20:03:31 1.9 --- src/usr.bin/mandoc/man.cgi.8 2014/09/14 19:44:20 1.10 *************** *** 1,4 **** ! .\" $OpenBSD: man.cgi.8,v 1.9 2014/08/26 20:03:31 robert Exp $ .\" .\" Copyright (c) 2014 Ingo Schwarze .\" --- 1,4 ---- ! .\" $OpenBSD: man.cgi.8,v 1.10 2014/09/14 19:44:20 schwarze Exp $ .\" .\" Copyright (c) 2014 Ingo Schwarze .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: August 26 2014 $ .Dt MAN.CGI 8 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: September 14 2014 $ .Dt MAN.CGI 8 .Os .Sh NAME *************** *** 43,48 **** --- 43,54 ---- using the syntax described in the .Xr apropos 1 manual; filling this in is required for each search. + .Pp + The expression is broken into words at whitespace. + Whitespace characters and backslashes can be escaped + by prepending a backslash. + The effect of prepending a backslash to another character is undefined; + in the current implementation, it has no effect. .It A .Dq Submit