summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/lorder.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-14 02:57:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-14 02:57:29 +0000
commit5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch)
tree0a7aa303df52b25f34eca7cb6da19071822a3885 /usr.bin/lorder/lorder.1
parent8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff)
use $ or # before commands in examples
Diffstat (limited to 'usr.bin/lorder/lorder.1')
-rw-r--r--usr.bin/lorder/lorder.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1
index 285b822cec3..739bfe0de47 100644
--- a/usr.bin/lorder/lorder.1
+++ b/usr.bin/lorder/lorder.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lorder.1,v 1.5 2000/11/10 05:10:32 aaron Exp $
+.\" $OpenBSD: lorder.1,v 1.6 2002/11/14 02:57:27 deraadt Exp $
.\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -61,7 +61,7 @@ object modules so that all references may be resolved in a single
pass of the loader.
.Sh EXAMPLES
.Bd -literal
-ar cr library.a `lorder ${OBJS} | tsort`
+$ ar cr library.a `lorder ${OBJS} | tsort`
.Ed
.Sh SEE ALSO
.Xr ar 1 ,