From 0b27f753a1f44e68b2f2d0a69c9882d87610383a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Apr 2010 06:57:13 +0000 Subject: [PATCH] Add backslash before a dash to get a minus. --- games/factor/factor.6 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 2cb75b75d2e3..69b1c535cda7 100644 --- a/games/factor/factor.6 +++ b/games/factor/factor.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: factor.6,v 1.10 2010/04/22 04:42:21 dholland Exp $ +.\" $NetBSD: factor.6,v 1.11 2010/04/22 06:57:13 wiz Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,12 +68,12 @@ is invoked with no arguments, .Nm reads numbers, one per line, from standard input, until end of file or error. Leading white-space and empty lines are ignored. -Numbers may be preceded by a single - or +, although negative numbers +Numbers may be preceded by a single \- or +, although negative numbers are rejected. Numbers are terminated by a non-digit character (such as a newline). After a number is read, it is factored. Input lines must not be longer than -.Dv LINE_MAX - 1 +.Dv LINE_MAX \- 1 (currently 2047) characters. .Pp By default,