diff options
| author | enami <enami@NetBSD.org> | 1997-10-17 08:10:22 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1997-10-17 08:10:22 +0000 |
| commit | dd88a36ade52028ecc9198dcc8fc548efeff784d (patch) | |
| tree | be1ec05a5b903bfef03ed9213b1a5d2b85b9c09f | |
| parent | 6caf9310c816dff814cb1d6faab19b89a5c11bc8 (diff) | |
Fix typo; `symbolic link' -> `a symbolic link'.
| -rw-r--r-- | usr.bin/touch/touch.1 | 4 | ||||
| -rw-r--r-- | usr.sbin/chown/chgrp.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 0e8ea0a6883..bc6381f0718 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: touch.1,v 1.10 1997/10/06 13:52:35 enami Exp $ +.\" $NetBSD: touch.1,v 1.11 1997/10/17 08:11:56 enami Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,7 +74,7 @@ currently permit it. .It Fl h If .Ar file -is symbolic link, access and/or modification time of the link is changed. +is a symbolic link, access and/or modification time of the link is changed. This option implies .Fl c . .It Fl m diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index 10a8a65157d..4e5593933f9 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94 -.\" $NetBSD: chgrp.1,v 1.6 1997/10/06 13:33:54 enami Exp $ +.\" $NetBSD: chgrp.1,v 1.7 1997/10/17 08:10:22 enami Exp $ .\" .Dd March 31, 1994 .Dt CHGRP 1 @@ -81,7 +81,7 @@ query about strange modes (unless the user does not have proper permissions). .It Fl h If .Ar file -is symbolic link, the group of the link is changed. +is a symbolic link, the group of the link is changed. .El .Pp If |
