Fri Jan 21 10:03:27 2011 UTC ()
Add comma in enumeration.


(wiz)
diff -r1.24 -r1.25 src/share/man/man7/environ.7

cvs diff -r1.24 -r1.25 src/share/man/man7/environ.7 (expand / switch to unified diff)

--- src/share/man/man7/environ.7 2011/01/21 07:55:12 1.24
+++ src/share/man/man7/environ.7 2011/01/21 10:03:27 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: environ.7,v 1.24 2011/01/21 07:55:12 roy Exp $ 1.\" $NetBSD: environ.7,v 1.25 2011/01/21 10:03:27 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1990, 1993 3.\" Copyright (c) 1983, 1990, 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,21 +268,21 @@ unless you know what you are doing. @@ -268,21 +268,21 @@ unless you know what you are doing.
268.Xr login 1 , 268.Xr login 1 ,
269.Xr man 1 , 269.Xr man 1 ,
270.Xr more 1 , 270.Xr more 1 ,
271.Xr sh 1 , 271.Xr sh 1 ,
272.Xr execve 2 , 272.Xr execve 2 ,
273.Xr _DIAGASSERT 3 , 273.Xr _DIAGASSERT 3 ,
274.Xr execle 3 , 274.Xr execle 3 ,
275.Xr malloc 3 , 275.Xr malloc 3 ,
276.Xr rcmd 3 , 276.Xr rcmd 3 ,
277.Xr system 3 , 277.Xr system 3 ,
278.Xr termcap 3 , 278.Xr termcap 3 ,
279.Xr terminfo 3 , 279.Xr terminfo 3 ,
280.Xr audio 4 , 280.Xr audio 4 ,
281.Xr terminfo 5 281.Xr terminfo 5 ,
282.Xr nls 7 , 282.Xr nls 7 ,
283.Xr dump 8 283.Xr dump 8
284.Sh HISTORY 284.Sh HISTORY
285The 285The
286.Nm 286.Nm
287manual page appeared in 287manual page appeared in
288.Bx 4.2 . 288.Bx 4.2 .