diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-26 15:04:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-26 15:04:13 +0000 |
commit | f4cf76d5d113f73fb856aa289dcc9871f62c45a9 (patch) | |
tree | 70deb8e2567c21dd7a106ce3399e71433d588b27 | |
parent | 25ac2c31c8b896540ec37e8b0ba834a9aa3b9f55 (diff) |
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 |