diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
commit | 000fb64288e6720527f55bf8c37e36c07a308d49 (patch) | |
tree | e09db4b1b56461dbe8a4d233c39a90678607f597 /usr.bin/ipcs | |
parent | e5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff) | |
download | FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz |
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'usr.bin/ipcs')
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index a6d0344..cdc6b4a 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ipcs.1,v 1.1 1994/09/13 16:59:28 dfr Exp $ +.\" $Id: ipcs.1,v 1.2 1994/11/19 18:19:27 nate Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 @@ -66,7 +66,7 @@ and shared memory segments. The .Dq maximum allowed size is the maximum number of bytes in a message on a message queue, the size of a shared memory segment, -or the number number of semaphores in a set of semaphores. +or the number of semaphores in a set of semaphores. .It Fl c Show the creator's name and group for active semaphores, message queues, and shared memory segments. |