diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
commit | b5b6ea79517a587ee8a4a77cf3d85cfc27d51163 (patch) | |
tree | bd6fdecc3b2610f737938f47b1ab6ff46f1b4742 /usr.bin/csplit | |
parent | 61e78652616621242710a0c1cdb9db8834aee19c (diff) |
use the UNIX-related macros (.At and .Ux) where appropriate.
ok jmc@
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r-- | usr.bin/csplit/csplit.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 32b66f42039..a494ed83de7 100644 --- a/usr.bin/csplit/csplit.1 +++ b/usr.bin/csplit/csplit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csplit.1,v 1.6 2009/02/08 17:15:11 jmc Exp $ +.\" $OpenBSD: csplit.1,v 1.7 2009/10/22 12:35:53 sobrado 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: February 8 2009 $ +.Dd $Mdocdate: October 22 2009 $ .Dt CSPLIT 1 .Os .Sh NAME @@ -167,7 +167,8 @@ specification. .Sh HISTORY A .Nm -command appeared in PWB UNIX. +command appeared in PWB +.Ux . .Sh BUGS Input lines are limited to .Dv LINE_MAX |