diff options
author | 2014-05-26 15:04:12 +0000 | |
---|---|---|
committer | 2014-05-26 15:04:12 +0000 | |
commit | e8f5c836427aab8da636e7d453043207e006af77 (patch) | |
tree | 0118b5c4e4053ae976ebb89b71715df69ba064b2 | |
parent | posix does not count `!' as a separate function, and neither should we; (diff) | |
download | wireguard-openbsd-e8f5c836427aab8da636e7d453043207e006af77.tar.xz wireguard-openbsd-e8f5c836427aab8da636e7d453043207e006af77.zip |
the `P' function was crying out for a comma;
-rw-r--r-- | usr.bin/sed/sed.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 835c73db52e..42758a0756e 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.38 2014/05/26 14:52:13 jmc Exp $ +.\" $OpenBSD: sed.1,v 1.39 2014/05/26 15:04:12 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -379,8 +379,8 @@ Note that the current line number changes. .It [2addr] Ns Ic p Write the pattern space to standard output. .It [2addr] Ns Ic P -Write the pattern space, up to the first newline character to the -standard output. +Write the pattern space, up to the first newline character, +to the standard output. .It [1addr] Ns Ic q Branch to the end of the script and quit without starting a new cycle. .It [1addr] Ns Ic r Ar file |