diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-09-01 17:47:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-09-01 17:47:34 +0000 |
commit | ad0a623b68ebb274f4199542ad6a0afed2e5fa65 (patch) | |
tree | 73f5fe13d98e5622e967e6dbb6864728dfc3388a /lib/libc/stdio | |
parent | 3be3ce40517cfb0f4dae97804128350d6cc2c585 (diff) |
remove unused macro;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 71554f0aeb1..6f4fa099660 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.91 2021/08/30 17:07:47 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.92 2021/09/01 17:47:33 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: August 30 2021 $ +.Dd $Mdocdate: September 1 2021 $ .Dt PRINTF 3 .Os .Sh NAME @@ -585,7 +585,6 @@ Instead a .Xr syslog 3 message will be generated, after which the program is aborted with .Dv SIGABRT . -.Pp .It Cm %o .Sm off .Cm % |