diff options
author | 1997-11-17 06:54:59 +0000 | |
---|---|---|
committer | 1997-11-17 06:54:59 +0000 | |
commit | c37b50ff063d428cad18a5eadecdfd3c8c46736a (patch) | |
tree | 787183b7017f0d8be9450a7a497597ee8374b773 | |
parent | make chmod() and fchmod() return EINVAL for bad mode bits (diff) | |
download | wireguard-openbsd-c37b50ff063d428cad18a5eadecdfd3c8c46736a.tar.xz wireguard-openbsd-c37b50ff063d428cad18a5eadecdfd3c8c46736a.zip |
proper .Xr
-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. |