diff options
author | 2001-04-10 17:31:55 +0000 | |
---|---|---|
committer | 2001-04-10 17:31:55 +0000 | |
commit | 765cce2c928c38b339613bcd6bf266ce14a847c3 (patch) | |
tree | a69f32629f5759f7ac23621c334fb89303232a3c | |
parent | Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt) (diff) | |
download | wireguard-openbsd-765cce2c928c38b339613bcd6bf266ce14a847c3.tar.xz wireguard-openbsd-765cce2c928c38b339613bcd6bf266ce14a847c3.zip |
Remove lies about printf vs. puts/fputs/putchar.
-rw-r--r-- | share/man/man9/style.9 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index d79ebc1028d..311b89fbb9a 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.15 2001/03/14 21:21:31 aaron Exp $ +.\" $OpenBSD: style.9,v 1.16 2001/04/10 17:31:55 millert Exp $ .\" .Dd August 19, 1999 .Dt STYLE 9 @@ -537,11 +537,6 @@ usage() extern char *__progname; /* from crt0.o */ .Ed .Pp -Use -.Xr printf 3 , -not fputs/puts/putchar/whatever; it's faster and usually cleaner, not -to mention helpful in avoiding stupid bugs. -.Pp Usage statements should look like the manual pages. Options without operands come first, in alphabetical order inside a single set of |