diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-11 23:09:54 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-11 23:09:54 +0000 |
commit | 30e5e6d8ec6e8062e0a07aa1e5cecd1a7283c2c9 (patch) | |
tree | d59b695170357d4b54d3bf203d0864fa83658515 | |
parent | 1bc715738f532cb5b3e193f8e560767d608e71be (diff) |
Fix typo
-rw-r--r-- | lib/libc/stdlib/system.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 2cfed31baae..985adb07de0 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: system.3,v 1.4 1996/08/19 08:33:53 tholo Exp $ +.\" $OpenBSD: system.3,v 1.5 1996/12/11 23:09:53 tholo Exp $ .\" .Dd June 29, 1991 .Dt SYSTEM 3 @@ -95,4 +95,4 @@ function conforms to .St -ansiC and -.St -1003.2-92 . +.St -p1003.2-92 . |