Sun Sep 1 19:36:09 2019 UTC ()
Remove superfluous Pp.


(wiz)
diff -r1.30 -r1.31 src/lib/libc/gen/exec.3

cvs diff -r1.30 -r1.31 src/lib/libc/gen/exec.3 (expand / switch to unified diff)

--- src/lib/libc/gen/exec.3 2019/09/01 19:33:45 1.30
+++ src/lib/libc/gen/exec.3 2019/09/01 19:36:09 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: exec.3,v 1.30 2019/09/01 19:33:45 sevan Exp $ 1.\" $NetBSD: exec.3,v 1.31 2019/09/01 19:36:09 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1991, 1993 3.\" Copyright (c) 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -268,26 +268,25 @@ for any of the errors specified for the  @@ -268,26 +268,25 @@ for any of the errors specified for the
268.Xr fork 2 , 268.Xr fork 2 ,
269.Xr ptrace 2 , 269.Xr ptrace 2 ,
270.Xr environ 7 , 270.Xr environ 7 ,
271.Xr script 7 271.Xr script 7
272.Sh STANDARDS 272.Sh STANDARDS
273.Fn execl , 273.Fn execl ,
274.Fn execv , 274.Fn execv ,
275.Fn execle , 275.Fn execle ,
276.Fn execlp , 276.Fn execlp ,
277and 277and
278.Fn execvp 278.Fn execvp
279conform to 279conform to
280.St -p1003.1-90 . 280.St -p1003.1-90 .
281.Pp 
282.Sh HISTORY 281.Sh HISTORY
283The 282The
284.Fn exec 283.Fn exec
285function appeared in 284function appeared in
286.At v1 . 285.At v1 .
287The 286The
288.Fn execlpe 287.Fn execlpe
289function appeared first in QNX and the 288function appeared first in QNX and the
290.Fn execvpe 289.Fn execvpe
291function exists on both 290function exists on both
292.Nx 291.Nx
293and QNX. 292and QNX.