diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 19:44:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 19:44:10 +0000 |
commit | e88163627b9534331122b98bcc0f0bbc978a76ee (patch) | |
tree | cf61fd5f00fdea11d89fa01ef7f7726f366ca6e7 /usr.bin/man | |
parent | acdf7b21bbbec259e8fc905971ab6ac759b205de (diff) |
remove some unneccessary bracketing;
Diffstat (limited to 'usr.bin/man')
-rw-r--r-- | usr.bin/man/man.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 90c1c911b86..fd423571c6a 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.28 2007/05/19 16:31:45 jmc Exp $ +.\" $OpenBSD: man.1,v 1.29 2007/05/23 19:44:09 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -66,7 +66,7 @@ Display all of the manual pages for a specified and .Ar name combination. -(Normally, only the first manual page found is displayed.) +Normally, only the first manual page found is displayed. .It Fl C Ar file Use the specified .Ar file |