diff options
author | Wynn Wolf Arbor | 2020-01-20 22:44:37 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-01-20 22:44:37 +0100 |
commit | 956d6f907c8475438b40ee5d0a14d70430bee741 (patch) | |
tree | 8e7f551ac57515b49794aa5fde5484dd9d733547 | |
parent | 35c5aa0bf28a190c8b5e2166164decfbb5517770 (diff) | |
download | bosun-956d6f907c8475438b40ee5d0a14d70430bee741.tar.gz |
Fix manual section number for stow1.1.0
I am unsure whether this is consistent across distributions, but for me
stow appears in Section 8 - User Contributed Perl Documentation.
-rw-r--r-- | bosun.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ Roles are placed into .Pp .Nm uses -.Xr stow 1 +.Xr stow 8 to build a full set of portage configuration files in .Em /etc/portage . It does so by creating symlinks in @@ -66,8 +66,8 @@ will list active roles. The base directory containing all portage roles. .El .Sh SEE ALSO -.Xr stow 1 , -.Xr portage 5 +.Xr portage 5 , +.Xr stow 8 .Sh AUTHORS .An -nosplit .Nm |