From 5c9fc899627663dd4b717872ba1210bbffcc1925 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 14:47:32 +0000 Subject: [PATCH] Add fairly standard ENVIRONMENT and DIAGNOSTICS sections. --- usr.bin/split/split.1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index b83543fbdad2..2f216f58c98e 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -32,7 +32,7 @@ .\" @(#)split.1 8.3 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd April 16, 1994 +.Dd July 12, 1994 .Dt SPLIT 1 .Os .Sh NAME @@ -114,6 +114,17 @@ argument is not specified, the file is split into lexically ordered files named with prefixes in the range of .Dq Li x-z and with suffixes as above. +.Sh ENVIRONMENT +The +.Ev LANG , LC_ALL , LC_CTYPE +and +.Ev LC_COLLATE +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . +.Sh DIAGNOSTICS +.Ex -std .Sh SEE ALSO .Xr csplit 1 , .Xr re_format 7