diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
commit | 14e969b705e70fddba0193246802558b1b85f7fc (patch) | |
tree | 0c243d723b590b9920e91182ca468de8cfffddc0 /usr.bin | |
parent | fc683899279ea279f5ecf6087bb06cc0403e903d (diff) |
more .Li
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/apply/apply.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 85c6a34651b..39d6aa48a63 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apply.1,v 1.17 2002/02/13 08:33:46 mpech Exp $ +.\" $OpenBSD: apply.1,v 1.18 2003/03/12 20:12:37 deraadt Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -98,12 +98,12 @@ Debug mode. Print commands to the standard output but do not actually execute them. .El .Sh EXAMPLES -.Cm "$ apply echo a*" +.Li "$ apply echo a*" .Pp Similar to .Xr ls 1 . .Pp -.Cm "$ apply \-2 cmp a1 b1 a2 b2 a3 b3" +.Li "$ apply \-2 cmp a1 b1 a2 b2 a3 b3" .Pp Compares the .Dq a @@ -111,13 +111,13 @@ files to the .Dq b files. .Pp -.Cm "$ apply \-0 who 1 2 3 4 5" +.Li "$ apply \-0 who 1 2 3 4 5" .Pp Runs .Xr who 1 5 times. .Pp -.Cm "$ apply \'ln %1 /usr/joe\'" * +.Li "$ apply \'ln %1 /usr/joe\'" * .Pp Links all files in the current directory to the directory .Pa /usr/joe . |