diff options
author | 1999-03-01 05:39:02 +0000 | |
---|---|---|
committer | 1999-03-01 05:39:02 +0000 | |
commit | 82a3deeada37078e7c3771b7ff72a196dd3078da (patch) | |
tree | 6bfd2814a9318a31a0a367f206d0f5b5bfc08ca2 | |
parent | Add support in /etc/hostname.xxx for files of the format: (diff) | |
download | wireguard-openbsd-82a3deeada37078e7c3771b7ff72a196dd3078da.tar.xz wireguard-openbsd-82a3deeada37078e7c3771b7ff72a196dd3078da.zip |
fix a command sequence description; d@, also some misc cleanup
-rw-r--r-- | bin/ed/ed.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index e5afb80b52f..38ead2c7bb7 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.16 1998/12/15 01:20:20 aaron Exp $ +.\" $OpenBSD: ed.1,v 1.17 1999/03/01 05:39:02 aaron Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -202,9 +202,9 @@ The previous line. This is equivalent to .Em -1 and may be repeated with cumulative effect. -.It Em -n No or Em ^ +.It Em -n No or Em ^n The -.Em n No th +.Em n Ns No th previous line, where .Em n is a non-negative number. @@ -216,7 +216,7 @@ This is equivalent to and may be repeated with cumulative effect. .It Em +n The -.Em n No th +.Em n Ns No th next line, where .Em n is a non-negative number. |