diff options
| author | hubertf <hubertf@NetBSD.org> | 2006-08-11 20:28:22 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2006-08-11 20:28:22 +0000 |
| commit | ac583aa32a2cdaedecdee3ecdb5afa84be77adf5 (patch) | |
| tree | 39cced99d9cb64bf738674750db5442011d19d99 /usr.sbin | |
| parent | ce0ef6cfc4cf73d96e27c5e982f2cad7bcbd452a (diff) | |
Xref etcupdate from postinstall, and vice versa.
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/etcupdate/etcupdate.8 | 5 | ||||
| -rw-r--r-- | usr.sbin/postinstall/postinstall.8 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8 index 80debdd8bec..6afc95f8026 100644 --- a/usr.sbin/etcupdate/etcupdate.8 +++ b/usr.sbin/etcupdate/etcupdate.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: etcupdate.8,v 1.11 2006/02/18 19:29:48 apb Exp $ +.\" $NetBSD: etcupdate.8,v 1.12 2006/08/11 20:28:22 hubertf Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -326,7 +326,8 @@ flag: .Xr rcs 1 , .Xr sdiff 1 , .Xr stty 1 , -.Xr aliases 5 +.Xr aliases 5 , +.Xr postinstall 8 .Sh HISTORY The .Nm diff --git a/usr.sbin/postinstall/postinstall.8 b/usr.sbin/postinstall/postinstall.8 index abda5bbc518..b22412bf11e 100644 --- a/usr.sbin/postinstall/postinstall.8 +++ b/usr.sbin/postinstall/postinstall.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: postinstall.8,v 1.3 2005/09/12 15:42:12 lukem Exp $ +.\" $NetBSD: postinstall.8,v 1.4 2006/08/11 20:28:22 hubertf Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -121,6 +121,8 @@ The .Nm utility exits 0 on success, and \*[Gt]0 if an error occurs or a problem was found. +.Sh SEE ALSO +.Xr etcupdate 8 .Sh HISTORY The .Nm |
