Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Improve wording.



details:   https://anonhg.NetBSD.org/src/rev/acb472cc0a4a
branches:  trunk
changeset: 324212:acb472cc0a4a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 20 08:34:24 2018 +0000

description:
Improve wording.

diffstat:

 share/man/man4/ddb.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5d8a10b182fb -r acb472cc0a4a share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Fri Jul 20 08:26:25 2018 +0000
+++ b/share/man/man4/ddb.4      Fri Jul 20 08:34:24 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.180 2018/07/20 08:26:25 msaitoh Exp $
+.\"    $NetBSD: ddb.4,v 1.181 2018/07/20 08:34:24 wiz Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -752,14 +752,14 @@
 .Sq \&! .
 .It Ic show socket Ns Oo Cm /ampv Oc
 Print usage of system's socket buffers.
-By default, empty socket isn't printed.
+By default, empty sockets aren't printed.
 .Bl -tag -width 4n -compact
 .It Cm /a
 Print all processes which use the socket.
 .It Cm /m
 Print mbuf chain in the socket buffer.
 .It Cm /p
-By default, a process which use the socket is printed (only one socket).
+By default, a process which uses the socket is printed (only one socket).
 If
 .Cm /p
 is specified, the process isn't printed.



Home | Main Index | Thread Index | Old Index