Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsdb Grammar fix, from Jeff Ito in PR bin/30320. While...



details:   https://anonhg.NetBSD.org/src/rev/8c494ef6f8e0
branches:  trunk
changeset: 581105:8c494ef6f8e0
user:      snj <snj%NetBSD.org@localhost>
date:      Wed May 25 00:02:49 2005 +0000

description:
Grammar fix, from Jeff Ito in PR bin/30320.  While here, fix a typo
and use .Dq for quotes.

diffstat:

 sbin/fsdb/fsdb.8 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r d47d802b8b5d -r 8c494ef6f8e0 sbin/fsdb/fsdb.8
--- a/sbin/fsdb/fsdb.8  Tue May 24 21:29:16 2005 +0000
+++ b/sbin/fsdb/fsdb.8  Wed May 25 00:02:49 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fsdb.8,v 1.19 2004/01/04 00:12:04 wiz Exp $
+.\"    $NetBSD: fsdb.8,v 1.20 2005/05/25 00:02:49 snj Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -79,7 +79,7 @@
 .Pp
 The
 .Fl n
-option disable writing to the device, preventing any changes from being made
+option disables writing to the device, preventing any changes from being made
 to the filesystem.
 .Sh COMMANDS
 Besides the built-in
@@ -138,7 +138,7 @@
 List the current inode's blocks numbers.
 .Pp
 .It Cm findblk Ar disk block number ...
-Find the inode(s) owning the specifed disk block(s) number(s).
+Find the inode(s) owning the specified disk block(s) number(s).
 Note that these are not absolute disk blocks numbers, but offsets from the
 start of the partition.
 .Pp
@@ -248,7 +248,9 @@
 .Xr fsck 8
 can repair.
 .Sh BUGS
-Manipulation of ``short'' symlinks doesn't work (in particular, don't
+Manipulation of
+.Dq short
+symlinks doesn't work (in particular, don't
 try changing a symlink's type).
 .br
 You must specify modes as numbers rather than symbolic names.



Home | Main Index | Thread Index | Old Index