Skip to content

Commit 4b258c3

Browse files
prp1277sdwheeler
authored andcommitted
Fix bullet list in NOTES section (#4899)
* Use blockquote rather than bullet points * Fix bullet lists in NOTES #4899
1 parent b971ba0 commit 4b258c3

File tree

6 files changed

+7
-26
lines changed

6 files changed

+7
-26
lines changed

reference/3.0/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ You cannot pipe input to this cmdlet.
152152
153153
## NOTES
154154
155-
- The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
155+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
156+
156157
## RELATED LINKS
157158
158159
[Get-Event](Get-Event.md)
@@ -168,5 +169,3 @@ You cannot pipe input to this cmdlet.
168169
[Unregister-Event](Unregister-Event.md)
169170
170171
[Wait-Event](Wait-Event.md)
171-
172-

reference/4.0/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ You cannot pipe input to this cmdlet.
142142
### System.Management.Automation.PSEventArgs
143143
144144
## NOTES
145-
* The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
146145
147-
*
146+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
148147
149148
## RELATED LINKS
150149
@@ -161,5 +160,3 @@ You cannot pipe input to this cmdlet.
161160
[Unregister-Event](Unregister-Event.md)
162161
163162
[Wait-Event](Wait-Event.md)
164-
165-

reference/5.0/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ You cannot pipe input to this cmdlet.
151151
152152
## NOTES
153153
154-
* The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
155-
156-
*
154+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
157155
158156
## RELATED LINKS
159157
@@ -170,5 +168,3 @@ You cannot pipe input to this cmdlet.
170168
[Unregister-Event](Unregister-Event.md)
171169
172170
[Wait-Event](Wait-Event.md)
173-
174-

reference/5.1/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ You cannot pipe input to this cmdlet.
143143
### System.Management.Automation.PSEventArgs
144144
145145
## NOTES
146-
* The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
147146
148-
*
147+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
149148
150149
## RELATED LINKS
151150
@@ -160,5 +159,3 @@ You cannot pipe input to this cmdlet.
160159
[Unregister-Event](Unregister-Event.md)
161160
162161
[Wait-Event](Wait-Event.md)
163-
164-

reference/6/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ You cannot pipe input to this cmdlet.
152152
153153
## NOTES
154154
155-
* The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
156-
157-
*
155+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
158156
159157
## RELATED LINKS
160158
@@ -169,5 +167,3 @@ You cannot pipe input to this cmdlet.
169167
[Unregister-Event](Unregister-Event.md)
170168
171169
[Wait-Event](Wait-Event.md)
172-
173-

reference/7/Microsoft.PowerShell.Utility/New-Event.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ You cannot pipe input to this cmdlet.
152152
153153
## NOTES
154154
155-
* The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
156-
157-
*
155+
The new custom event, the event subscription, and the event queue exist only in the current session. If you close the current session, the event queue is discarded and the event subscription is canceled.
158156
159157
## RELATED LINKS
160158
@@ -169,5 +167,3 @@ You cannot pipe input to this cmdlet.
169167
[Unregister-Event](Unregister-Event.md)
170168
171169
[Wait-Event](Wait-Event.md)
172-
173-

0 commit comments

Comments
 (0)