diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-01-06 23:14:06 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-01-06 23:14:06 +0000 |
commit | 0c1bfb43236f931ca6c23076e0f2f71695d2192f (patch) | |
tree | f02af345592dfe8384260fe38656a2ef4ffac790 /sys/conf/newvers.sh | |
parent | 8849f054bd9a3ce09f3f7af088c152b61d571270 (diff) |
document the signify command for the next release, so that users can
verify before the netx upgrade.
document that signify.1 needs an edit bump once in a while.
ok tedu@ florian@
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b9c1da05f79..5fac7ae775c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.141 2015/12/19 19:44:09 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.142 2016/01/06 23:14:05 benno Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -52,6 +52,8 @@ id=`basename "${d}"` # VERSION and other bits # sys/arch/macppc/stand/tbxidata/bsd.tbxi # change /X.X/macppc/bsd.rd +# usr.bin/signify/signify.1 +# change the version in the EXAMPLES section # # -current and -beta tagging: # For release, select STATUS "" |