missing argument to Ex; from daniel dickman
authorjmc <jmc@openbsd.org>
Wed, 21 Jul 2010 19:47:02 +0000 (19:47 +0000)
committerjmc <jmc@openbsd.org>
Wed, 21 Jul 2010 19:47:02 +0000 (19:47 +0000)
usr.bin/csplit/csplit.1

index 05530bf..886da71 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: csplit.1,v 1.8 2010/06/13 11:39:41 jmc Exp $
+.\"    $OpenBSD: csplit.1,v 1.9 2010/07/21 19:47:02 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Tim J. Robbins.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/usr.bin/csplit/csplit.1,v 1.11 2005/01/25 22:29:51 tjr Exp $
 .\"
-.Dd $Mdocdate: June 13 2010 $
+.Dd $Mdocdate: July 21 2010 $
 .Dt CSPLIT 1
 .Os
 .Sh NAME
@@ -132,7 +132,7 @@ After all the patterns have been processed, the remaining input data
 Requesting to split at a line before the current line number or past the
 end of the file will result in an error.
 .Pp
-.Ex -std
+.Ex -std csplit
 .Sh EXAMPLES
 Split the
 .Xr mdoc 7