diff options
author | ats <ats@FreeBSD.org> | 1994-12-01 22:19:02 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-01 22:19:02 +0000 |
commit | fc7ab387c24ee0496deacc177ee3a433633fb8e1 (patch) | |
tree | 47fb4cc06264a635b4f6d664a22cd57ff14b5474 /usr.bin/sed | |
parent | 3e9d62e475aab7d71b67d66238d4474359fd192e (diff) | |
download | FreeBSD-src-fc7ab387c24ee0496deacc177ee3a433633fb8e1.zip FreeBSD-src-fc7ab387c24ee0496deacc177ee3a433633fb8e1.tar.gz |
Submitted by: Philippe Charnier
Fixed a little typo: lable -> label.
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 63bcd32..917b92d 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -273,7 +273,7 @@ whether by executing the .Dq N function or by beginning a new cycle. .sp -.It [2addr]b[lable] +.It [2addr]b[label] Branch to the .Dq \&: function with the specified label. |