diff options
author | 2005-10-15 08:42:14 +0000 | |
---|---|---|
committer | 2005-10-15 08:42:14 +0000 | |
commit | 33b7713a3810a6bbb266f546a1b381038de68dcb (patch) | |
tree | bce7254d476ef5855d9ab9d9da4682089c7fedaf | |
parent | - fix SYNOPSIS blip (diff) | |
download | wireguard-openbsd-33b7713a3810a6bbb266f546a1b381038de68dcb.tar.xz wireguard-openbsd-33b7713a3810a6bbb266f546a1b381038de68dcb.zip |
simplify the .Ar file ... line;
-rw-r--r-- | bin/chmod/chflags.1 | 4 | ||||
-rw-r--r-- | bin/chmod/chgrp.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index bd4d2feea00..56c864ee37e 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.6 2005/10/15 08:32:06 jmc Exp $ +.\" $OpenBSD: chflags.1,v 1.7 2005/10/15 08:42:14 jmc Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -46,7 +46,7 @@ .Op Fl H | L | P .Oc .Ar flags -.Ar file ... +.Ar .Sh DESCRIPTION The .Nm diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index 4193e98aa30..a071507bb2a 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.7 2005/10/15 08:35:10 jmc Exp $ +.\" $OpenBSD: chgrp.1,v 1.8 2005/10/15 08:42:14 jmc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -46,7 +46,7 @@ .Op Fl H | L | P .Oc .Ar group -.Ar file ... +.Ar .Sh DESCRIPTION .Nm sets the group ID of the specified files. |