diff options
Diffstat (limited to 'usr/src/lib/libipsecutil/common/algs.c')
-rw-r--r-- | usr/src/lib/libipsecutil/common/algs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libipsecutil/common/algs.c b/usr/src/lib/libipsecutil/common/algs.c index 2018b7f079..752f0f614b 100644 --- a/usr/src/lib/libipsecutil/common/algs.c +++ b/usr/src/lib/libipsecutil/common/algs.c @@ -35,11 +35,11 @@ #include <errno.h> static char *preamble = -"# /etc/inet/ipsecalgs output from ipsecalgs(1m)\n" +"# /etc/inet/ipsecalgs output from ipsecalgs(8)\n" "#\n" "# DO NOT EDIT OR PARSE THIS FILE!\n" "#\n" -"# Use the ipsecalgs(1m) command to change the contents of this file.\n" +"# Use the ipsecalgs(8) command to change the contents of this file.\n" "# The algorithm descriptions contained in this file are synchronised to the\n" "# kernel with ipsecalgs -s, the kernel validates the entries at this point." "\n\n" |