diff options
author | 2006-08-10 06:05:11 +0000 | |
---|---|---|
committer | 2006-08-10 06:05:11 +0000 | |
commit | 7e5821b6b54a42c5a0e249f67103cef8e3292694 (patch) | |
tree | 42b9f98a33551ef07e04f61835e799af18b5d789 | |
parent | unmap memory address space in bnx_release_resources(). (diff) | |
download | wireguard-openbsd-7e5821b6b54a42c5a0e249f67103cef8e3292694.tar.xz wireguard-openbsd-7e5821b6b54a42c5a0e249f67103cef8e3292694.zip |
use .Sq for single letters;
-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 |