diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:12:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:12:44 +0000 |
commit | ea0c7079b1ef0bc2f630997ff0a02f7afbc391cd (patch) | |
tree | acedbd7ba118c1206c9030832857984cb2256ee1 | |
parent | e9cc3a179c4f7045fe2e3a43640a90d9205d1afd (diff) |
Add a few supposedly useful xrefs, some from mickey@
ok deraadt@ mickey@
-rw-r--r-- | share/man/man5/hostname.if.5 | 9 | ||||
-rw-r--r-- | share/man/man5/shells.5 | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 4d98d88e7b1..9be6c664634 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.28 2002/06/03 16:41:36 miod Exp $ +.\" $OpenBSD: hostname.if.5,v 1.29 2002/09/26 22:12:43 miod Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -268,7 +268,12 @@ are permitted. .El .Sh SEE ALSO .Xr hosts 5 , +.Xr ancontrol 8 , .Xr brconfig 8 , .Xr dhcp 8 , .Xr ifconfig 8 , -.Xr rc 8 +.Xr lmccontrol 8 , +.Xr netstart 8 , +.Xr rc 8 , +.Xr spppcontrol 8 , +.Xr wicontrol 8 diff --git a/share/man/man5/shells.5 b/share/man/man5/shells.5 index 45181180876..178509f7ccf 100644 --- a/share/man/man5/shells.5 +++ b/share/man/man5/shells.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shells.5,v 1.5 2000/02/29 04:48:39 aaron Exp $ +.\" $OpenBSD: shells.5,v 1.6 2002/09/26 22:12:43 miod Exp $ .\" $NetBSD: shells.5,v 1.3 1994/11/30 19:31:32 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -71,7 +71,9 @@ daemon denies access to users who are not using one of the listed shells. .El .Sh SEE ALSO .Xr chpass 1 , -.Xr getusershell 3 +.Xr login 1 , +.Xr getusershell 3 , +.Xr nologin 8 .Sh HISTORY The .Nm |