diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 06:05:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 06:05:12 +0000 |
commit | a57a9ed3fb5123ea571d6dc1f4b874743cdde25e (patch) | |
tree | 51dae2d9b1a58307b74b0f081fa71bd9d0a12255 /usr.bin/split | |
parent | 90857575def4e5074eaf2ea1a9c016839826cb1e (diff) |
use .Sq for single letters;
Diffstat (limited to 'usr.bin/split')
-rw-r--r-- | usr.bin/split/split.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 2bc0d3d7f0d..e46de48b958 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: split.1,v 1.12 2006/08/09 22:42:08 millert Exp $ +.\" $OpenBSD: split.1,v 1.13 2006/08/10 06:05:11 jmc Exp $ .\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 @@ -118,10 +118,10 @@ If the .Ar name argument is not specified, the file is split into lexically ordered files named with the prefixes -.Dq x , -.Dq y , +.Sq x , +.Sq y , and -.Dq z . +.Sq z . .Sh SEE ALSO .Xr re_format 7 .Sh STANDARDS @@ -132,11 +132,11 @@ utility is compliant with the specification. .Pp The use of -.Dq y +.Sq y and -.Dq z +.Sq z prefixes (in addition to the standard -.Dq x ) +.Sq x ) in the absence of a .Ar name parameter is an |