diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:27:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:27:28 +0000 |
commit | f91e9fb33ec78a8e7a3427c9b5002dffeab450b4 (patch) | |
tree | 30c4489fe0671a4560ebe49dc4eb8fc0c45b8b0c | |
parent | d2cfa972d9d3ea7332d150b384bcfdc9ecc93024 (diff) |
use .Ar on later .It Fl lines
-rw-r--r-- | bin/mkdir/mkdir.1 | 7 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 4 | ||||
-rw-r--r-- | bin/stty/stty.1 | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 5db7e2c5427..b6486e25a02 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.6 1998/12/15 01:20:24 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.7 1999/07/21 01:27:27 deraadt Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -58,9 +58,10 @@ as modified by the current .Pp The options are as follows: .Bl -tag -width indent -.It Fl m +.It Fl m Ar mode Set the file permission bits of the final created directory to -the specified mode. +the specified +.Ar mode . The mode argument can be in any of the formats specified to the .Xr chmod 1 utility. diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index dfad64c0308..205ae859040 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.8 1999/05/23 14:10:49 aaron Exp $ +.\" $OpenBSD: rcp.1,v 1.9 1999/07/21 01:27:27 deraadt Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -73,7 +73,7 @@ Available options are as follows: .Bl -tag -width flag .It Fl K Turns off all Kerberos authentication. -.It Fl k +.It Fl k Ar realm Requests .Nm to obtain tickets diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 3b022ec680b..5ec6a9458f1 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.13 1999/07/04 18:59:38 aaron Exp $ +.\" $OpenBSD: stty.1,v 1.14 1999/07/21 01:27:27 deraadt Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -75,7 +75,7 @@ in the traditional and .Dq everything formats. -.It Fl f +.It Fl f Ar file Open and use the terminal named by .Ar file rather than using standard input. The file is opened |