diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 06:55:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-17 06:55:50 +0000 |
commit | d15901c9a788afbf366795d218153f0eedd8863b (patch) | |
tree | 8076a2dad740cccf87c50d23e88f0ccb7512eb29 /bin | |
parent | 56ddb51a6a65e36924276ea742a9954979bf6054 (diff) |
proper .Xr
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 5 | ||||
-rw-r--r-- | bin/csh/csh.1 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 4781460ab8a..5c198d2187d 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.3 1997/11/08 23:26:39 todd Exp $ +.\" $OpenBSD: chmod.1,v 1.4 1997/11/17 06:54:59 deraadt Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -115,7 +115,8 @@ set-user-ID-on-execution .It Li 2000 set-group-ID-on-execution .It Li 1000 -sticky bit, see chmod(2) +sticky bit, see +.Xr chmod 2 . .It Li 0400 read by owner .It Li 0200 diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 8c6247c00bd..179f5e11394 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.6 1997/11/15 22:01:06 todd Exp $ +.\" $OpenBSD: csh.1,v 1.7 1997/11/17 06:55:49 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -316,7 +316,9 @@ be set. It is an artifact from a implementation of the tty driver that allows generation of interrupt characters from -the keyboard to tell jobs to stop. See stty(1) for details +the keyboard to tell jobs to stop. See +.Xr stty 1 +for details on setting options in the new tty driver. .Ss Status reporting This shell learns immediately whenever a process changes state. |