diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
commit | 08be39f5bb2c3749f037ee6a116aec7656b0460b (patch) | |
tree | 94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /sbin/slattach/slattach.8 | |
parent | 11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff) |
Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'sbin/slattach/slattach.8')
-rw-r--r-- | sbin/slattach/slattach.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 38bdd581d91..d3c714fdf8d 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slattach.8,v 1.11 2000/04/15 11:45:58 aaron Exp $ +.\" $OpenBSD: slattach.8,v 1.12 2002/02/11 18:43:51 mpech Exp $ .\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -102,10 +102,10 @@ is the name that is shown by .Xr netstat 1 . .Sh EXAMPLES .Bd -literal -offset indent -compact -ifconfig sl0 10.0.0.1 10.0.0.2 link0 link2 up -slattach ttyh8 -ifconfig sl1 192.168.0.1 192.168.0.2 link0 up -slattach \-s 4800 /dev/tty01 +# ifconfig sl0 10.0.0.1 10.0.0.2 link0 link2 up +# slattach ttyh8 +# ifconfig sl1 192.168.0.1 192.168.0.2 link0 up +# slattach \-s 4800 /dev/tty01 .Ed .Sh DIAGNOSTICS Messages indicating the specified interface does not exist, the |